diff --git a/config/automation/Timed_Triggers/0550.yaml b/config/automation/Timed_Triggers/0550.yaml index d479c701..77c505ce 100755 --- a/config/automation/Timed_Triggers/0550.yaml +++ b/config/automation/Timed_Triggers/0550.yaml @@ -26,5 +26,7 @@ - service: homeassistant.turn_on entity_id: - group.dining_room_lights - - switch.kitchen_accents - light.fridge + - light.k2 + - light.k3 + - light.k5 diff --git a/config/automation/Timed_Triggers/0650.yaml b/config/automation/Timed_Triggers/0650.yaml index 30df1351..69604c80 100755 --- a/config/automation/Timed_Triggers/0650.yaml +++ b/config/automation/Timed_Triggers/0650.yaml @@ -35,5 +35,4 @@ {{ states.sun.sun.state == 'above_horizon' }} - service: homeassistant.turn_off entity_id: - - switch.kitchen_accents - light.fridge diff --git a/config/automation/Timed_Triggers/0830.yaml b/config/automation/Timed_Triggers/0830.yaml index 36cab716..e2768d8b 100755 --- a/config/automation/Timed_Triggers/0830.yaml +++ b/config/automation/Timed_Triggers/0830.yaml @@ -31,5 +31,4 @@ - service: light.turn_off entity_id: - group.all_lights - - service: switch.turn_off - entity_id: switch.kitchen_accents + diff --git a/config/packages/twitter.yaml b/config/packages/twitter.yaml index 79f368c5..fd3c9b44 100755 --- a/config/packages/twitter.yaml +++ b/config/packages/twitter.yaml @@ -259,7 +259,7 @@ automation: - alias: 'ThrowBack message' trigger: - platform: time - hours: '/14' + hours: '/17' minutes: 13 seconds: 00 @@ -317,7 +317,6 @@ automation: data_template: pick: >- {% set pick = [ - "minecraft", "solar", "solar", "solar", "robot", "robot", "robot", "robot", "robot", "robot", "robot", "robot", "robot","robot","robot","robot","robot", "door", "door", "door", diff --git a/config/script/tweet.yaml b/config/script/tweet.yaml index 18dd86ac..c5efe7a3 100755 --- a/config/script/tweet.yaml +++ b/config/script/tweet.yaml @@ -13,9 +13,6 @@ tweet_engine_setup: tweet: >- {%- macro tweet(topic) -%} {% set tweets = { - "minecraft": [ - "There are no more #Minecraft users online at the momemt. You can blame #Fortnite for that. #KidStat" - ], "promo": [ "Be Sure to follow all of my Twitter Accounts! @CCostan @BearStoneHA", "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/)", @@ -115,9 +112,6 @@ tweet_engine_setup: image: >- {%- macro image(topic) -%} {% set images = { - "minecraft": [ - "/config/www/custom_ui/floorplan/images/branding/minecraft-icon.png" - ], "throwback": [ "/config/www/custom_ui/floorplan/images/branding/throwback.png" ], 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 42ab49c6..d99823ee 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