diff --git a/config/automation/flash_all.yaml b/config/automation/flash_all.yaml index 0464f6d3..a32a206c 100755 --- a/config/automation/flash_all.yaml +++ b/config/automation/flash_all.yaml @@ -7,6 +7,8 @@ entity_id: input_boolean.flash to: 'on' from: 'off' + - platform: event + event_type: flash_all action: - service: light.turn_on diff --git a/config/script/tweet.yaml b/config/script/tweet.yaml index 37545821..b3a97f3c 100755 --- a/config/script/tweet.yaml +++ b/config/script/tweet.yaml @@ -111,8 +111,8 @@ tweet_engine_setup: ], "door": [ - "/config/www/custom_ui/floorplan/images/branding/sleeping.png", - "/config/www/custom_ui/floorplan/images/branding/repo_ad2.png", + "/config/www/custom_ui/floorplan/images/branding/door.png", + "/config/www/custom_ui/floorplan/images/branding/camera.png", "/config/www/custom_ui/floorplan/images/branding/repo_ad3.png", "/config/www/custom_ui/floorplan/images/branding/repo_ad4.png" ], diff --git a/config/www/custom_ui/floorplan/images/branding/camera.png b/config/www/custom_ui/floorplan/images/branding/camera.png new file mode 100755 index 00000000..2128b515 Binary files /dev/null and b/config/www/custom_ui/floorplan/images/branding/camera.png differ