mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-09-07 02:18:43 +00:00
Update night mode
This commit is contained in:
@@ -108,6 +108,12 @@
|
|||||||
- type: custom:button-card
|
- type: custom:button-card
|
||||||
template: default
|
template: default
|
||||||
entity: binary_sensor.house_mode
|
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
|
- type: horizontal-stack
|
||||||
title: Climate
|
title: Climate
|
||||||
|
|||||||
@@ -36,5 +36,8 @@ script:
|
|||||||
- media_player.nvidia_shield
|
- media_player.nvidia_shield
|
||||||
- media_player.living_room_tv
|
- media_player.living_room_tv
|
||||||
- light.ceiling
|
- light.ceiling
|
||||||
|
- light.kitchen
|
||||||
|
- light.hallway_main
|
||||||
|
- light.hallway_entrance
|
||||||
- switch.titanium
|
- switch.titanium
|
||||||
- service: script.dashboards_light_down
|
- service: script.dashboards_light_down
|
||||||
|
|||||||
@@ -26,6 +26,9 @@ script:
|
|||||||
- service: homeassistant.turn_off
|
- service: homeassistant.turn_off
|
||||||
entity_id:
|
entity_id:
|
||||||
- light.all
|
- light.all
|
||||||
|
- light.kitchen
|
||||||
|
- light.hallway_main
|
||||||
|
- light.hallway_entrance
|
||||||
- media_player.nvidia_shield
|
- media_player.nvidia_shield
|
||||||
- media_player.living_room_tv
|
- media_player.living_room_tv
|
||||||
- switch.titanium
|
- switch.titanium
|
||||||
|
|||||||
@@ -20,6 +20,12 @@ script:
|
|||||||
data:
|
data:
|
||||||
brightness_pct: 100
|
brightness_pct: 100
|
||||||
|
|
||||||
|
- service: light.turn_on
|
||||||
|
entity_id:
|
||||||
|
- light.living_room_ambient
|
||||||
|
- light.bed_led
|
||||||
|
- light.bedside
|
||||||
|
|
||||||
- condition: state
|
- condition: state
|
||||||
entity_id: input_boolean.guest_mode
|
entity_id: input_boolean.guest_mode
|
||||||
state: "off"
|
state: "off"
|
||||||
|
|||||||
Reference in New Issue
Block a user