Setup Bathroom music button
This commit is contained in:
parent
0fb1d80862
commit
cdd1f592f3
43
automations/files/automations/bathroom-music-button.yaml
Normal file
43
automations/files/automations/bathroom-music-button.yaml
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
- id: bathroom-music-button-next
|
||||||
|
alias: '[Bathroom] Music button - next'
|
||||||
|
description: ''
|
||||||
|
mode: single
|
||||||
|
trigger:
|
||||||
|
- device_id: e233cdffb05076ad7bb049581ffa8c9c
|
||||||
|
domain: zha
|
||||||
|
platform: device
|
||||||
|
type: remote_button_short_press
|
||||||
|
subtype: remote_button_short_press
|
||||||
|
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
|
||||||
|
type: remote_button_short_press
|
||||||
|
subtype: remote_button_short_press
|
||||||
|
condition:
|
||||||
|
- condition: not1212
|
||||||
|
conditions:
|
||||||
|
- condition: state
|
||||||
|
entity_id: media_player.bathroom
|
||||||
|
state: playing
|
||||||
|
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
|
||||||
|
shuffle: true
|
@ -60,10 +60,6 @@ calendar:
|
|||||||
username: pgrondek
|
username: pgrondek
|
||||||
password: !secret nextcloud_token
|
password: !secret nextcloud_token
|
||||||
|
|
||||||
spotcast:
|
|
||||||
sp_dc: !secret spotcast_sp_dc
|
|
||||||
sp_key: !secret spotcast_sp_key
|
|
||||||
|
|
||||||
fan:
|
fan:
|
||||||
# Living Room Air Purifier (3h 2019)
|
# Living Room Air Purifier (3h 2019)
|
||||||
- platform: xiaomi_miio
|
- platform: xiaomi_miio
|
||||||
|
Loading…
Reference in New Issue
Block a user