Add bed_led light

This commit is contained in:
2020-04-23 21:19:28 +03:00
parent 8108de9a8c
commit dac8d3d00d
14 changed files with 96 additions and 41 deletions
+11 -2
View File
@@ -35,8 +35,17 @@ automation:
{% if is_state('input_select.house_mode', 'day') %}
light.master_bedroom_main_lights
{% elif is_state('input_select.house_mode', 'bed') %}
light.bedside_light, light.bed_led
{% elif is_state('input_select.house_mode', 'night') %}
light.bed_led
{% endif %}
brightness_pct: >-
{% if is_state('input_select.house_mode', 'night') %}
40
{% else %}
light.bedside_light
100
{% endif %}
- alias: Lighting · Living room · Turn all lights on on Magic Cube flip 90
@@ -103,7 +112,7 @@ automation:
- light.light_le_6
- light.light_le_8
data:
brightness_pct: 13
brightness_pct: 13 # this is the lowest it'll go ¯\_(ツ)_/¯
- delay: 00:10:00
# reset brightness and turn off
- service: light.turn_on