Moving some of the audio tracks to chromecast

This commit is contained in:
Jeffrey Stone 2019-10-07 20:35:24 -04:00
parent 79c85e3782
commit 23f8bf02b9
1 changed files with 30 additions and 2 deletions

View File

@ -622,7 +622,21 @@ script:
- condition: state
entity_id: sensor.family_status
state: Home
- service: shell_command.disney_springs_xmas
#- service: shell_command.disney_springs_xmas
- service: switch.turn_on
entity_id: switch.ha_speaker
- service: media_player.turn_on
entity_id: media_player.theater
- service: media_player.volume_set
data_template:
entity_id: media_player.theater
volume_level: >
.5
- service: media_player.play_media
entity_id: media_player.theater
data:
media_content_id: http://192.168.7.40/audio/Disney_Springs_Xmas_Loop.mp3.mp3
media_content_type: "music"
spaceship_earth_ride:
sequence:
- condition: state
@ -894,4 +908,18 @@ script:
- condition: state
entity_id: sensor.family_status
state: Home
- service: shell_command.this_is_halloween
#- service: shell_command.this_is_halloween
- service: switch.turn_on
entity_id: switch.ha_speaker
- service: media_player.turn_on
entity_id: media_player.theater
- service: media_player.volume_set
data_template:
entity_id: media_player.theater
volume_level: >
.5
- service: media_player.play_media
entity_id: media_player.theater
data:
media_content_id: http://192.168.7.40/audio/This_is_Halloween.mp3
media_content_type: "music"