mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-15 17:12:59 +00:00
Update night mode
This commit is contained in:
@@ -108,6 +108,12 @@
|
||||
- type: custom:button-card
|
||||
template: default
|
||||
entity: binary_sensor.house_mode
|
||||
name: House
|
||||
tap_action:
|
||||
action: call-service
|
||||
service: input_select.select_next
|
||||
service_data:
|
||||
entity_id: input_select.house_mode
|
||||
|
||||
- type: horizontal-stack
|
||||
title: Climate
|
||||
|
||||
@@ -36,5 +36,8 @@ script:
|
||||
- media_player.nvidia_shield
|
||||
- media_player.living_room_tv
|
||||
- light.ceiling
|
||||
- light.kitchen
|
||||
- light.hallway_main
|
||||
- light.hallway_entrance
|
||||
- switch.titanium
|
||||
- service: script.dashboards_light_down
|
||||
|
||||
@@ -26,6 +26,9 @@ script:
|
||||
- service: homeassistant.turn_off
|
||||
entity_id:
|
||||
- light.all
|
||||
- light.kitchen
|
||||
- light.hallway_main
|
||||
- light.hallway_entrance
|
||||
- media_player.nvidia_shield
|
||||
- media_player.living_room_tv
|
||||
- switch.titanium
|
||||
|
||||
@@ -20,6 +20,12 @@ script:
|
||||
data:
|
||||
brightness_pct: 100
|
||||
|
||||
- service: light.turn_on
|
||||
entity_id:
|
||||
- light.living_room_ambient
|
||||
- light.bed_led
|
||||
- light.bedside
|
||||
|
||||
- condition: state
|
||||
entity_id: input_boolean.guest_mode
|
||||
state: "off"
|
||||
|
||||
Reference in New Issue
Block a user