diff --git a/config/script/speech_engine.yaml b/config/script/speech_engine.yaml index eeee32bc..f2de1022 100755 --- a/config/script/speech_engine.yaml +++ b/config/script/speech_engine.yaml @@ -16,6 +16,7 @@ ###################################################################################################### speech_engine: + mode: queued sequence: - condition: or conditions: diff --git a/config/script/speech_processing.yaml b/config/script/speech_processing.yaml index 56108687..3af4b656 100755 --- a/config/script/speech_processing.yaml +++ b/config/script/speech_processing.yaml @@ -1,4 +1,4 @@ -###################################################################################################### +##################################################################################################### ###Script to actually send notifications to the ChromeCast Audios during normal hours and only when we are home! Call like this: # action: # service: script.speech_engine @@ -9,6 +9,7 @@ ###################################################################################################### speech_processing: + mode: queued sequence: - service: mqtt.publish data_template: diff --git a/config/templates/speech/briefing.yaml b/config/templates/speech/briefing.yaml index 5800db6a..74481b66 100755 --- a/config/templates/speech/briefing.yaml +++ b/config/templates/speech/briefing.yaml @@ -229,6 +229,7 @@ "and one more thing, Certain things catch your eye, but pursue only those that capture the heart. ", "and one more thing, Believe you can and you are halfway there. ", "and one more thing, Good things take time. ", + "and one more thing, If you cant beat the Fear... just do it scared! " "and one more thing, There is no place like home. ", "and one more thing, Life can be tough but so are you. ", "and one more thing, Everything you have ever wanted is on the other side of fear. ", diff --git a/config/www/custom_ui/floorplan/images/branding/att_speedtest.png b/config/www/custom_ui/floorplan/images/branding/att_speedtest.png index efef7295..40695575 100644 Binary files a/config/www/custom_ui/floorplan/images/branding/att_speedtest.png and b/config/www/custom_ui/floorplan/images/branding/att_speedtest.png differ diff --git a/config/www/custom_ui/floorplan/images/branding/solar_readings.png b/config/www/custom_ui/floorplan/images/branding/solar_readings.png index 6e1c25e0..ebc17998 100644 Binary files a/config/www/custom_ui/floorplan/images/branding/solar_readings.png and b/config/www/custom_ui/floorplan/images/branding/solar_readings.png differ