Adding some more documentation to haunted house
This commit is contained in:
parent
9d2f674d47
commit
755d49ba31
|
@ -201,7 +201,7 @@ script:
|
||||||
# Each time this script is called it will play a random sound
|
# Each time this script is called it will play a random sound
|
||||||
more_haunted_sounds:
|
more_haunted_sounds:
|
||||||
sequence:
|
sequence:
|
||||||
- service: script.youtube_audio
|
- service: script.youtube_audio # This script is in the audio.yaml in the packages folder.
|
||||||
data_template:
|
data_template:
|
||||||
volume: .5
|
volume: .5
|
||||||
# I try to ensure each of the following links is 60 seconds or less.
|
# I try to ensure each of the following links is 60 seconds or less.
|
||||||
|
@ -230,7 +230,7 @@ script:
|
||||||
- condition: state
|
- condition: state
|
||||||
entity_id: input_boolean.haunted_sounds
|
entity_id: input_boolean.haunted_sounds
|
||||||
state: 'on'
|
state: 'on'
|
||||||
- service: script.local_audio
|
- service: script.local_audio # This script is in the audio.yaml in the packages folder.
|
||||||
data_template:
|
data_template:
|
||||||
volume: .5
|
volume: .5
|
||||||
# I try to ensure each of the following links is 60 seconds or less.
|
# I try to ensure each of the following links is 60 seconds or less.
|
||||||
|
|
Loading…
Reference in New Issue