Updated for Throwbacks and also for more lights in the morning routine.
This commit is contained in:
parent
bf0afacd25
commit
251c02a56b
|
@ -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
|
||||
|
|
|
@ -35,5 +35,4 @@
|
|||
{{ states.sun.sun.state == 'above_horizon' }}
|
||||
- service: homeassistant.turn_off
|
||||
entity_id:
|
||||
- switch.kitchen_accents
|
||||
- light.fridge
|
||||
|
|
|
@ -31,5 +31,4 @@
|
|||
- service: light.turn_off
|
||||
entity_id:
|
||||
- group.all_lights
|
||||
- service: switch.turn_off
|
||||
entity_id: switch.kitchen_accents
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
],
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 140 KiB After Width: | Height: | Size: 155 KiB |
Loading…
Reference in New Issue