From 755d49ba3101e3e2e84fae3f00d833e59f3c538b Mon Sep 17 00:00:00 2001 From: Jeffrey Stone Date: Mon, 5 Oct 2020 11:59:03 -0400 Subject: [PATCH] Adding some more documentation to haunted house --- config/packages/halloween.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/packages/halloween.yaml b/config/packages/halloween.yaml index 3809775..a084a60 100755 --- a/config/packages/halloween.yaml +++ b/config/packages/halloween.yaml @@ -201,7 +201,7 @@ script: # Each time this script is called it will play a random sound more_haunted_sounds: sequence: - - service: script.youtube_audio + - service: script.youtube_audio # This script is in the audio.yaml in the packages folder. data_template: volume: .5 # I try to ensure each of the following links is 60 seconds or less. @@ -230,7 +230,7 @@ script: - condition: state entity_id: input_boolean.haunted_sounds state: 'on' - - service: script.local_audio + - service: script.local_audio # This script is in the audio.yaml in the packages folder. data_template: volume: .5 # I try to ensure each of the following links is 60 seconds or less.