Update bathroom automations
This commit is contained in:
parent
de422347bf
commit
89ed300406
2 changed files with 40 additions and 14 deletions
|
@ -19,10 +19,20 @@
|
||||||
entity_id: light.bathroom_mirror_lights
|
entity_id: light.bathroom_mirror_lights
|
||||||
- service: light.turn_off
|
- service: light.turn_off
|
||||||
entity_id: light.shower_lights
|
entity_id: light.shower_lights
|
||||||
|
- service: light.turn_off
|
||||||
|
entity_id: light.bathroom_color_zha_group_0x0007
|
||||||
|
- service: media_player.turn_off
|
||||||
|
entity_id: media_player.bathroom_speaker
|
||||||
- conditions:
|
- conditions:
|
||||||
- condition: state
|
- condition: state
|
||||||
entity_id: light.bathroom_lights
|
entity_id: light.bathroom_lights
|
||||||
state: 'off'
|
state: 'off'
|
||||||
|
sequence:
|
||||||
|
- choose:
|
||||||
|
- conditions:
|
||||||
|
- condition: state
|
||||||
|
entity_id: input_select.home_mode
|
||||||
|
state: Day
|
||||||
sequence:
|
sequence:
|
||||||
- choose:
|
- choose:
|
||||||
- conditions:
|
- conditions:
|
||||||
|
@ -45,4 +55,16 @@
|
||||||
data:
|
data:
|
||||||
brightness_pct: 100
|
brightness_pct: 100
|
||||||
kelvin: 3200
|
kelvin: 3200
|
||||||
|
- conditions:
|
||||||
|
- condition: state
|
||||||
|
entity_id: input_select.home_mode
|
||||||
|
state: Night
|
||||||
|
sequence:
|
||||||
|
- service: light.turn_on
|
||||||
|
entity_id: light.bathroom_color_zha_group_0x0007
|
||||||
|
data:
|
||||||
|
brightness_pct: 5
|
||||||
|
hs_color:
|
||||||
|
- 360
|
||||||
|
- 100
|
||||||
mode: single
|
mode: single
|
|
@ -41,10 +41,12 @@
|
||||||
state: Night
|
state: Night
|
||||||
sequence:
|
sequence:
|
||||||
- service: light.turn_on
|
- service: light.turn_on
|
||||||
entity_id: light.bathroom_lights
|
entity_id: light.bathroom_color_zha_group_0x0007
|
||||||
data:
|
data:
|
||||||
brightness_pct: 5
|
brightness_pct: 5
|
||||||
kelvin: 2700
|
hs_color:
|
||||||
|
- 360
|
||||||
|
- 100
|
||||||
mode: single
|
mode: single
|
||||||
|
|
||||||
- id: bathroom-lights-off
|
- id: bathroom-lights-off
|
||||||
|
@ -77,3 +79,5 @@
|
||||||
entity_id: light.bathroom_mirror_lights
|
entity_id: light.bathroom_mirror_lights
|
||||||
- service: light.turn_off
|
- service: light.turn_off
|
||||||
entity_id: light.shower_lights
|
entity_id: light.shower_lights
|
||||||
|
- service: light.turn_off
|
||||||
|
entity_id: light.bathroom_color_zha_group_0x0007
|
||||||
|
|
Loading…
Reference in a new issue