Update night mode

This commit is contained in:
2021-04-24 18:19:32 +03:00
parent e24fbb6595
commit f712e612e2
4 changed files with 18 additions and 0 deletions
@@ -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
+3
View File
@@ -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
+3
View File
@@ -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
+6
View File
@@ -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"