diff --git a/config/automation/Timed_Triggers/startup_month.yaml b/config/automation/Timed_Triggers/startup_month.yaml index b229cc55..dcc5c168 100755 --- a/config/automation/Timed_Triggers/startup_month.yaml +++ b/config/automation/Timed_Triggers/startup_month.yaml @@ -1,5 +1,9 @@ ################################### +# @CCOSTAN +# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig ## Start Up Section +## Video Explanation can be found here : +## https://www.vcloudinfo.com/2019/06/how-to-use-template-conditions-in-home-assistant.html ################################### - alias: Check if it's summer vacation on startup. @@ -7,6 +11,8 @@ trigger: - platform: homeassistant event: start + - platform: time_pattern + hours: '/12' condition: - condition: template 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 10e4378c..770338fb 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