Change bathroom music automation
start on mirror button press disable random song
This commit is contained in:
parent
81caebeb2d
commit
fab6e74cbe
@ -6,6 +6,11 @@
|
||||
entity_id: binary_sensor.shower_motion
|
||||
from: 'off'
|
||||
to: 'on'
|
||||
- device_id: 4d5298037e93ba11438409bff01b5005
|
||||
domain: zha
|
||||
platform: device
|
||||
type: remote_button_short_press
|
||||
subtype: turn_on
|
||||
condition:
|
||||
- condition: state
|
||||
entity_id: media_player.bathroom_speaker
|
||||
@ -15,7 +20,6 @@
|
||||
data:
|
||||
device_name: Bathroom speaker
|
||||
uri: 'spotify:playlist:71mXIu6HcdVj3fAMduaHop'
|
||||
random_song: true
|
||||
- id: bathroom-music-off
|
||||
alias: '[Bathroom] Music Off'
|
||||
mode: restart
|
||||
|
Loading…
Reference in New Issue
Block a user