Change bathroom music based on shower motion
This commit is contained in:
parent
06f54cc982
commit
5b3ac327ec
@ -8,6 +8,17 @@
|
|||||||
to: 'on'
|
to: 'on'
|
||||||
action:
|
action:
|
||||||
- service: script.bathroom_shower_lights_on
|
- service: script.bathroom_shower_lights_on
|
||||||
|
- choose:
|
||||||
|
- conditions:
|
||||||
|
- condition: state
|
||||||
|
entity_id: media_player.bathroom
|
||||||
|
state: playing
|
||||||
|
sequence:
|
||||||
|
- service: media_player.volume_set
|
||||||
|
data:
|
||||||
|
volume_level: 0.65
|
||||||
|
target:
|
||||||
|
entity_id: media_player.bathroom
|
||||||
|
|
||||||
- id: bathroom-shower-motion-off
|
- id: bathroom-shower-motion-off
|
||||||
alias: '[Bathroom] Shower Motion Off'
|
alias: '[Bathroom] Shower Motion Off'
|
||||||
@ -30,3 +41,14 @@
|
|||||||
state: 'off'
|
state: 'off'
|
||||||
action:
|
action:
|
||||||
- service: script.bathroom_shower_lights_off
|
- service: script.bathroom_shower_lights_off
|
||||||
|
- choose:
|
||||||
|
- conditions:
|
||||||
|
- condition: state
|
||||||
|
entity_id: media_player.bathroom
|
||||||
|
state: playing
|
||||||
|
sequence:
|
||||||
|
- service: media_player.volume_set
|
||||||
|
data:
|
||||||
|
volume_level: 0.30
|
||||||
|
target:
|
||||||
|
entity_id: media_player.bathroom
|
Loading…
Reference in New Issue
Block a user