More homekit setup

This commit is contained in:
Martin Bauer
2020-10-05 21:04:22 +00:00
parent 5aaabec3b1
commit fbfd8a3557
8 changed files with 1069 additions and 885 deletions

View File

@@ -61,3 +61,94 @@ timed_sleep:
entity_id: "media_player.bedroompi"
command: "sleep {{music_off_secs}}"
bedroom_music_off_20:
alias: "Schlafzimmer Musik aus 20min"
sequence:
- service: media_player.squeezebox_call_method
data:
entity_id: "media_player.bedroompi"
command: "sleep 1200"
bedroom_music_off_30:
alias: "Schlafzimmer Musik aus 30min"
sequence:
- service: media_player.squeezebox_call_method
data:
entity_id: "media_player.bedroompi"
command: "sleep 1800"
bedroom_music_off_45:
alias: "Schlafzimmer Musik aus 45min"
sequence:
- service: media_player.squeezebox_call_method
data:
entity_id: "media_player.bedroompi"
command: "sleep 2700"
bedroom_music_off_60:
alias: "Schlafzimmer Musik aus 1h"
sequence:
- service: media_player.squeezebox_call_method
data:
entity_id: "media_player.bedroompi"
command: "sleep 3600"
bedroom_waves:
alias: "Schlafzimmer Wellen"
sequence:
- service: media_player.shuffle_set
data:
entity_id: "media_player.bedroompi"
shuffle: True
- service: media_player.play_media
data:
entity_id: "media_player.bedroompi"
media_content_id: "spotify:playlist:5D1liEDe4Fo6guA2M28hO2"
media_content_type: "music"
- service: media_player.squeezebox_call_method
data:
entity_id: "media_player.bedroompi"
command: "sleep 3600"
bedroom_rain:
alias: "Schlafzimmer Regen"
sequence:
- service: media_player.shuffle_set
data:
entity_id: "media_player.bedroompi"
shuffle: True
- service: media_player.play_media
data:
entity_id: "media_player.bedroompi"
media_content_id: "spotify:playlist:37i9dQZF1DXbcPC6Vvqudd"
media_content_type: "music"
- service: media_player.squeezebox_call_method
data:
entity_id: "media_player.bedroompi"
command: "sleep 3600"
bedroom_sleep_music_long:
alias: "Einschlaf Playlist"
sequence:
- service: media_player.shuffle_set
data:
entity_id: "media_player.bedroompi"
shuffle: False
- service: media_player.play_media
data:
media_content_id: Good Night Long
media_content_type: music
entity_id: media_player.bedroompi
bedroom_sleep_music_short:
alias: "Einschlaf Playlist Kurz"
sequence:
- service: media_player.shuffle_set
data:
entity_id: "media_player.bedroompi"
shuffle: False
- service: media_player.play_media
data:
media_content_id: Good Night
media_content_type: music
entity_id: media_player.bedroompi