Adding more Disney shows to the house
This commit is contained in:
parent
72f73699f5
commit
7954e59106
|
@ -722,7 +722,19 @@ script:
|
|||
- condition: state
|
||||
entity_id: sensor.family_status
|
||||
state: Home
|
||||
- service: shell_command.american_adventure
|
||||
- service: media_player.turn_on
|
||||
entity_id: media_player.theater
|
||||
- service: media_player.volume_set
|
||||
data_template:
|
||||
entity_id: media_player.theater
|
||||
volume_level: .7
|
||||
- service: media_player.play_media
|
||||
entity_id: media_player.theater
|
||||
data:
|
||||
media_content_id: http://192.168.7.40/audio/The_American_Adventure.mp3
|
||||
media_content_type: "music"
|
||||
|
||||
|
||||
disney_springs_xmas:
|
||||
sequence:
|
||||
- condition: state
|
||||
|
|
Loading…
Reference in New Issue