Add Remove unused automation
This commit is contained in:
parent
3a066f3fbb
commit
74b6e25661
1 changed files with 0 additions and 24 deletions
|
@ -1,24 +0,0 @@
|
|||
- id: bathroom-music-on
|
||||
alias: '[Bathroom] Music On'
|
||||
mode: restart
|
||||
trigger:
|
||||
- platform: state
|
||||
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
|
||||
state: 'off'
|
||||
action:
|
||||
- service: media_player.play_media
|
||||
target:
|
||||
entity_id: media_player.bathroom
|
||||
data:
|
||||
media_content_id: https://open.spotify.com/playlist/71mXIu6HcdVj3fAMduaHop
|
||||
media_content_type: music
|
Loading…
Reference in a new issue