Moving off VLC media player to a chromecast based one for house audible notifications

This commit is contained in:
Jeffrey Stone
2019-07-22 10:26:24 -04:00
parent fc91608e96
commit 6e4062d66f
4 changed files with 135 additions and 68 deletions

View File

@@ -57,7 +57,7 @@ automation:
to: 'off'
action:
- service: media_player.media_stop
entity_id: media_player.hass_speaker
entity_id: media_player.guest_tv
- service: script.turn_on
entity_id: script.kill_this_ride
- id: illuminations_on
@@ -113,7 +113,7 @@ automation:
- service: script.turn_on
entity_id: script.kill_this_ride
- service: media_player.media_stop
entity_id: media_player.hass_speaker
entity_id: media_player.guest_tv
- id: happy_ever_after_on
alias: Happy Ever After On
initial_state: true
@@ -135,7 +135,7 @@ automation:
- service: script.turn_on
entity_id: script.kill_this_ride
- service: media_player.media_stop
entity_id: media_player.hass_speaker
entity_id: media_player.guest_tv
- id: haunted_mansion_on
alias: Haunted Mansion On
initial_state: true
@@ -156,7 +156,7 @@ automation:
action:
- service: script.kill_this_ride
- service: media_player.media_stop
entity_id: media_player.hass_speaker
entity_id: media_player.guest_tv
- id: spaceship_earth_on
alias: Spaceship Earth On
initial_state: true
@@ -178,7 +178,7 @@ automation:
- service: script.turn_on
entity_id: script.kill_this_ride
- service: media_player.media_stop
entity_id: media_player.hass_speaker
entity_id: media_player.guest_tv
- id: boo_to_you_show_on
alias: Boo To You Show On
initial_state: true
@@ -200,7 +200,7 @@ automation:
- service: script.turn_on
entity_id: script.kill_this_ride
- service: media_player.media_stop
entity_id: media_player.hass_speaker
entity_id: media_player.guest_tv
- id: boo_to_you_on
alias: Boo To You On
initial_state: true
@@ -222,7 +222,7 @@ automation:
- service: script.turn_on
entity_id: script.kill_this_ride
- service: media_player.media_stop
entity_id: media_player.hass_speaker
entity_id: media_player.guest_tv
- id: holiday_wisher_on
alias: Holiday Wishes On
initial_state: true
@@ -244,7 +244,7 @@ automation:
- service: script.turn_on
entity_id: script.kill_this_ride
- service: media_player.media_stop
entity_id: media_player.hass_speaker
entity_id: media_player.guest_tv
script:
kill_hurry_back:
@@ -301,8 +301,12 @@ script:
entity_id: sensor.family_status
state: Home
#- service: shell_command.haunted_mansion_preshow_full
- service: media_player.volume_set
data_template:
entity_id: media_player.guest_tv
volume_level: .7
- service: media_player.play_media
entity_id: media_player.hass_speaker
entity_id: media_player.guest_tv
data:
media_content_id: /media/audio/haunted_mansion_preshow_full.mp3
media_content_type: "music"
@@ -354,7 +358,7 @@ script:
kill_this_ride:
sequence:
- service: media_player.media_stop
entity_id: media_player.hass_speaker
entity_id: media_player.guest_tv
- service: shell_command.alarm_off
- service: script.turn_off
data:
@@ -404,8 +408,12 @@ script:
entity_id: sensor.family_status
state: Home
#- service: shell_command.dance_it
- service: media_player.volume_set
data_template:
entity_id: media_player.guest_tv
volume_level: .7
- service: media_player.play_media
entity_id: media_player.hass_speaker
entity_id: media_player.guest_tv
data:
media_content_id: /media/audio/move_it_shake_dance_audio.mp3
media_content_type: "music"
@@ -418,8 +426,12 @@ script:
entity_id: sensor.family_status
state: Home
#- service: shell_command.spaceship_earth_ride
- service: media_player.volume_set
data_template:
entity_id: media_player.guest_tv
volume_level: .7
- service: media_player.play_media
entity_id: media_player.hass_speaker
entity_id: media_player.guest_tv
data:
media_content_id: media/audio/spaceship_earth_ride.mp3
media_content_type: "music"
@@ -468,8 +480,12 @@ script:
entity_id: sensor.family_status
state: Home
#- service: shell_command.welcome_show_crowd
- service: media_player.volume_set
data_template:
entity_id: media_player.guest_tv
volume_level: .7
- service: media_player.play_media
entity_id: media_player.hass_speaker
entity_id: media_player.guest_tv
data:
media_content_id: /media/audio/welcome_show_crowd.mp3
media_content_type: "music"
@@ -493,7 +509,7 @@ script:
state: Home
#- service: shell_command.holiday_wishes
- service: media_player.play_media
entity_id: media_player.hass_speaker
entity_id: media_player.guest_tv
data:
media_content_id: /media/audio/wishes_5_min.mp3
media_content_type: "music"
@@ -507,7 +523,7 @@ script:
state: Home
#- service: shell_command.boo_to_you
- service: media_player.play_media
entity_id: media_player.hass_speaker
entity_id: media_player.guest_tv
data:
media_content_id: /media/audio/boo_to_you_audio.mp3
media_content_type: "music"
@@ -521,7 +537,7 @@ script:
state: Home
#- service: shell_command.happily_ever_after
- service: media_player.play_media
entity_id: media_player.hass_speaker
entity_id: media_player.guest_tv
data:
media_content_id: /media/audio/Happily_Ever_After_Audio.mp3
media_content_type: "music"
@@ -535,7 +551,7 @@ script:
state: Home
#- service: shell_command.boo_to_you
- service: media_player.play_media
entity_id: media_player.hass_speaker
entity_id: media_player.guest_tv
data:
media_content_id: /media/audio/boo_to_you_audio.mp3
media_content_type: "music"
@@ -548,8 +564,12 @@ script:
entity_id: sensor.family_status
state: Home
#- service: shell_command.tiki_room_audio
- service: media_player.volume_set
data_template:
entity_id: media_player.guest_tv
volume_level: .9
- service: media_player.play_media
entity_id: media_player.hass_speaker
entity_id: media_player.guest_tv
data:
media_content_id: /media/audio/tiki_room_audio.mp3
media_content_type: "music"
@@ -562,8 +582,12 @@ script:
entity_id: sensor.family_status
state: Home
#- service: shell_command.happily_ever_after
- service: media_player.volume_set
data_template:
entity_id: media_player.guest_tv
volume_level: .7
- service: media_player.play_media
entity_id: media_player.hass_speaker
entity_id: media_player.guest_tv
data:
media_content_id: /media/audio/Happily_Ever_After_Audio.mp3
media_content_type: "music"
@@ -611,8 +635,12 @@ script:
entity_id: sensor.family_status
state: Home
#- service: shell_command.illuminations_audio
- service: media_player.volume_set
data_template:
entity_id: media_player.guest_tv
volume_level: .7
- service: media_player.play_media
entity_id: media_player.hass_speaker
entity_id: media_player.guest_tv
data:
media_content_id: /media/audio/illuminations.mp3
media_content_type: "music"