diff --git a/config/automation/Speech/guest_mode.yaml b/config/automation/Speech/guest_mode.yaml new file mode 100755 index 00000000..e893de99 --- /dev/null +++ b/config/automation/Speech/guest_mode.yaml @@ -0,0 +1,24 @@ +########## ############################################################ +## Announce when people come or go. +## Announce over all Chromecast Audios +###################################################################### +- alias: 'Guest Mode Audio Feedback' + + trigger: + - platform: state + entity_id: + - input_boolean.guest_mode + from: 'off' + to: 'on' + + action: + - service: script.speech_engine + data_template: + value1: > + {{ [ + "Guest Mode has been enabled for today." + ] | random }} + call_responsibilities: 1 + call_no_announcement: 1 + call_garage_check: 1 + call_window_check: 1 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 6fc538a1..f03cb6ed 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