diff --git a/config/script/tweet.yaml b/config/script/tweet.yaml index 1c4f75b7..abdb2c10 100755 --- a/config/script/tweet.yaml +++ b/config/script/tweet.yaml @@ -24,7 +24,6 @@ tweet_engine_setup: "robot": [ "Beep. Bop. Beep. Boop. I am a #roBOT run by @CCostan", - "The #ChevyBolt has been charging for about {{ states.sensor.bolt_charging_time.attributes.value|replace('m', '') }} minutes in the last 7 days.", "I have spoken for about {{ states.sensor.speech_time.attributes.value|replace('m', '') }} minutes in the last 24 hours.", "When you add it all up, I have spoken for about {{ states.sensor.speech_time.attributes.value|replace('m', '') }} minutes in the last 24 hours!", "The #Docker Host has been running for {{ states('sensor.since_last_boot_templated') }} (http://www.vmwareinfo.com/2018/02/journey-to-docker.html)", @@ -156,7 +155,8 @@ tweet_engine_setup: "/config/www/custom_ui/floorplan/images/branding/tv.png", "/config/www/custom_ui/floorplan/images/branding/tv2.png", "/config/www/custom_ui/floorplan/images/branding/tv3.png", - "/config/www/custom_ui/floorplan/images/branding/tv4.png" + "/config/www/custom_ui/floorplan/images/branding/tv4.png", + "/config/www/custom_ui/floorplan/images/branding/tv5.png" ] } %} diff --git a/config/www/custom_ui/floorplan/alarm.svg b/config/www/custom_ui/floorplan/alarm.svg index 18ef8c8b..d07a16e0 100755 --- a/config/www/custom_ui/floorplan/alarm.svg +++ b/config/www/custom_ui/floorplan/alarm.svg @@ -1,5 +1,5 @@ - + - + - REFRESH + REFRESH - -Bathroom -Master @@ -964,4 +960,16 @@ M744.8,156.5c0-4.8,3.6-8.8,8.2-9.5l1-2c-6.2,0.2-11.1,5.2-11.1,11.5c0,3.9,1.9,7.3,4.8,9.4l0.8-1.7 C746.3,162.4,744.8,159.6,744.8,156.5z"/> + + + + + + + + + + + + diff --git a/config/www/custom_ui/floorplan/alarm.yaml b/config/www/custom_ui/floorplan/alarm.yaml index d0ada43b..788ef3fb 100755 --- a/config/www/custom_ui/floorplan/alarm.yaml +++ b/config/www/custom_ui/floorplan/alarm.yaml @@ -284,5 +284,8 @@ rules: - name: Camera Images entities: - camera.stone_door + - camera.camera1 + - camera.camera2 + - camera.camera3 image_template: '${entity.attributes.entity_picture}' # image_refresh_interval: 20 # in seconds - Future options if needed. diff --git a/config/www/custom_ui/floorplan/images/branding/tv5.png b/config/www/custom_ui/floorplan/images/branding/tv5.png new file mode 100755 index 00000000..915125b6 Binary files /dev/null and b/config/www/custom_ui/floorplan/images/branding/tv5.png differ