diff --git a/config/.HA_VERSION b/config/.HA_VERSION index 8751df00..8da33bcf 100755 --- a/config/.HA_VERSION +++ b/config/.HA_VERSION @@ -1 +1 @@ -0.75.3 \ No newline at end of file +0.76.2 \ No newline at end of file diff --git a/config/automation/Timed_Triggers/0640.yaml b/config/automation/Timed_Triggers/0550.yaml similarity index 68% rename from config/automation/Timed_Triggers/0640.yaml rename to config/automation/Timed_Triggers/0550.yaml index 5dd832b2..d479c701 100755 --- a/config/automation/Timed_Triggers/0640.yaml +++ b/config/automation/Timed_Triggers/0550.yaml @@ -1,11 +1,11 @@ ###################################################################### -## Stuff that needs to happen at 06:30am. +## Stuff that needs to happen at 05:50am. ###################################################################### -- alias: 'Timed 640.' +- alias: 'Timed 550.' trigger: - platform: time - at: '06:40:00' + at: '05:50:00' condition: - condition: state @@ -23,9 +23,8 @@ - fri action: - - service: light.turn_on + - service: homeassistant.turn_on entity_id: - - light.d1 - - light.d2 - - service: switch.turn_on - entity_id: switch.kitchen_accents + - group.dining_room_lights + - switch.kitchen_accents + - light.fridge diff --git a/config/automation/Timed_Triggers/0650.yaml b/config/automation/Timed_Triggers/0650.yaml index 801b64da..30df1351 100755 --- a/config/automation/Timed_Triggers/0650.yaml +++ b/config/automation/Timed_Triggers/0650.yaml @@ -27,12 +27,13 @@ entity_id: - light.d1 - light.d2 - - group.kitchen_lights - service: light.turn_off entity_id: - group.dining_room_lights - wait_template: >- {{ states.sun.sun.state == 'above_horizon' }} - - service: switch.turn_off - entity_id: switch.kitchen_accents + - service: homeassistant.turn_off + entity_id: + - switch.kitchen_accents + - light.fridge diff --git a/config/packages/twitter.yaml b/config/packages/twitter.yaml index 8af20f23..79f368c5 100755 --- a/config/packages/twitter.yaml +++ b/config/packages/twitter.yaml @@ -279,6 +279,7 @@ automation: "Adding a Mixer and AMP to this Text to Speech solution changed the Smart Home COMPLETELY! (https://www.vcloudinfo.com/2017/07/giving-voice-to-smart-home.html)", "Some of my favorite #Docker Containers that I am using - (https://www.vcloudinfo.com/2018/06/rolling-out-some-new-docker-containers.html)", "Be Sure to follow all of my Twitter Accounts! @CCostan and my HOUSE bot @BearStoneHA!", + "If you are not subscribed to my Smart Home YouTube channel, come join us now! (https://YouTube.com/ccostan)", "My Full Smart Home diagram and #IOT icon set that you can download to build your own! - (https://www.vcloudinfo.com/2018/07/the-bear-stone-home-assistant-icon.html)," "Be sure to like me on Facebook and join our HA group! (https://www.facebook.com/groups/HomeAssistant/) (https://www.facebook.com/VMwareInfo/) (https://www.facebook.com/BearStoneHA/)", "You can see how ALL of this is done by browsing my GitHub Repository (https://github.com/CCOSTAN/Home-AssistantConfig#logo)", diff --git a/config/script/tweet.yaml b/config/script/tweet.yaml index 9370dcb5..18dd86ac 100755 --- a/config/script/tweet.yaml +++ b/config/script/tweet.yaml @@ -37,6 +37,7 @@ tweet_engine_setup: "My Full Smart Home diagram and #IOT icon set that you can download to build your own! - (https://www.vcloudinfo.com/2018/07/the-bear-stone-home-assistant-icon.html)," "Breakdown of the entire smart home - (https://www.vcloudinfo.com/2017/07/my-smart-home-look-at-parts-that-make.html)", "Build your own Home Alarm System - (https://www.vcloudinfo.com/2017/06/building-my-home-alarm-system-hardware.html)", + "If you are not subscribed to my Smart Home YouTube channel, come join us now! (https://YouTube.com/ccostan)", "Adding a Mixer and the AMP to this Text to Speech solution changed the Smart Home! (https://www.vcloudinfo.com/2017/07/giving-voice-to-smart-home.html)", "Some of my favorite #Docker Containers that I am using - (https://www.vcloudinfo.com/2018/06/rolling-out-some-new-docker-containers.html)", "10 year safety check. If you haven't done it yet, you need to! (https://www.vcloudinfo.com/2017/06/psa-check-out-your-smoke-detectors-once.html)" @@ -81,6 +82,7 @@ tweet_engine_setup: "Average internet stats are Download: {{ states('sensor.speedtest_download') }} Mbit/s & Upload {{ states('sensor.speedtest_upload') }} Mbit/s.", "So if you get @getspectrum, you can expect these types of results - Download: {{ states('sensor.speedtest_download') }} Mbit/s & Upload {{ states('sensor.speedtest_upload') }} Mbit/s.", "My @getspectrum internet download speed is about {{ states('sensor.speedtest_download') }} Mbit/s and I am a #cordcutter. @TabloTV", + "If you are not subscribed to my Smart Home YouTube channel, come join us now! (https://YouTube.com/ccostan)", "If you love #homeassistant and are on @FaceBook, be sure to Join our Fan Group Page (https://www.facebook.com/groups/HomeAssistant/)", "Be sure to follow all of our various social media accounts so you do not miss a thing! @ccostan | (https://www.vcloudinfo.com/p/about-me.html)" ], 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 e69de29b..23f339dd 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