1
0

Change bathroom music based on shower motion

This commit is contained in:
Przemek Grondek 2022-01-11 00:14:00 +01:00
parent 06f54cc982
commit 5b3ac327ec

View File

@ -8,6 +8,17 @@
to: 'on'
action:
- 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
alias: '[Bathroom] Shower Motion Off'
@ -30,3 +41,14 @@
state: 'off'
action:
- 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