1
0
ansible-home-assistant/automations/bathroom-music-button.yaml

61 lines
1.6 KiB
YAML
Raw Normal View History

2021-04-01 22:19:16 +00:00
- id: bathroom-music-button-next
alias: '[Bathroom] Music button - next'
description: ''
mode: single
trigger:
- device_id: e233cdffb05076ad7bb049581ffa8c9c
domain: zha
platform: device
2021-05-10 09:17:12 +00:00
type: remote_button_double_press
subtype: remote_button_double_press
2021-04-01 22:19:16 +00:00
condition:
- condition: state
entity_id: media_player.bathroom
state: playing
action:
- service: media_player.media_next_track
target:
entity_id: media_player.bathroom
- id: bathroom-music-button-play
alias: '[Bathroom] Music button - play'
description: ''
mode: single
trigger:
- device_id: e233cdffb05076ad7bb049581ffa8c9c
domain: zha
platform: device
2021-05-10 09:17:12 +00:00
type: remote_button_double_press
subtype: remote_button_double_press
2021-04-01 22:19:16 +00:00
condition:
2021-05-06 23:03:19 +00:00
- condition: not
2021-04-01 22:19:16 +00:00
conditions:
- condition: state
entity_id: media_player.bathroom
state: playing
action:
2021-05-10 09:17:12 +00:00
- service: media_player.shuffle_set
entity_id: media_player.bathroom
data:
shuffle: true
2021-04-01 22:19:16 +00:00
- 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
2021-05-10 10:24:31 +00:00
2021-05-10 09:17:12 +00:00
- id: bathroom-music-button-pause
alias: '[Bathroom] Music button - play/pause'
description: ''
mode: single
trigger:
- device_id: e233cdffb05076ad7bb049581ffa8c9c
domain: zha
platform: device
type: remote_button_short_press
subtype: remote_button_short_press
action:
- service: media_player.media_play_pause
target:
entity_id: media_player.bathroom