Disable turing music on in bathroom at night
This commit is contained in:
parent
eb5d6daf2d
commit
567955f0e0
@ -7,7 +7,13 @@
|
|||||||
entity_id: sensor.smart_series_7000_a19f_toothbrush_state
|
entity_id: sensor.smart_series_7000_a19f_toothbrush_state
|
||||||
action:
|
action:
|
||||||
- service: script.bathroom_mirror_lights_on
|
- service: script.bathroom_mirror_lights_on
|
||||||
- service: script.bathroom_music_on
|
- choose:
|
||||||
|
- conditions:
|
||||||
|
- condition: time
|
||||||
|
after: "00:00:00"
|
||||||
|
before: "08:00:00"
|
||||||
|
sequence:
|
||||||
|
- service: script.bathroom_music_on
|
||||||
|
|
||||||
- id: bathroom_toothbrush_picked_up
|
- id: bathroom_toothbrush_picked_up
|
||||||
alias: '[Bathroom] Toothbrush picked-up'
|
alias: '[Bathroom] Toothbrush picked-up'
|
||||||
|
Loading…
Reference in New Issue
Block a user