mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-09 00:55:34 +00:00
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
|
- service: homeassistant.turn_on
|
||||||
entity_id:
|
entity_id:
|
||||||
- group.dining_room_lights
|
- group.dining_room_lights
|
||||||
- switch.kitchen_accents
|
|
||||||
- light.fridge
|
- light.fridge
|
||||||
|
- light.k2
|
||||||
|
- light.k3
|
||||||
|
- light.k5
|
||||||
|
@ -35,5 +35,4 @@
|
|||||||
{{ states.sun.sun.state == 'above_horizon' }}
|
{{ states.sun.sun.state == 'above_horizon' }}
|
||||||
- service: homeassistant.turn_off
|
- service: homeassistant.turn_off
|
||||||
entity_id:
|
entity_id:
|
||||||
- switch.kitchen_accents
|
|
||||||
- light.fridge
|
- light.fridge
|
||||||
|
@ -31,5 +31,4 @@
|
|||||||
- service: light.turn_off
|
- service: light.turn_off
|
||||||
entity_id:
|
entity_id:
|
||||||
- group.all_lights
|
- group.all_lights
|
||||||
- service: switch.turn_off
|
|
||||||
entity_id: switch.kitchen_accents
|
|
||||||
|
@ -259,7 +259,7 @@ automation:
|
|||||||
- alias: 'ThrowBack message'
|
- alias: 'ThrowBack message'
|
||||||
trigger:
|
trigger:
|
||||||
- platform: time
|
- platform: time
|
||||||
hours: '/14'
|
hours: '/17'
|
||||||
minutes: 13
|
minutes: 13
|
||||||
seconds: 00
|
seconds: 00
|
||||||
|
|
||||||
@ -317,7 +317,6 @@ automation:
|
|||||||
data_template:
|
data_template:
|
||||||
pick: >-
|
pick: >-
|
||||||
{% set pick = [
|
{% set pick = [
|
||||||
"minecraft",
|
|
||||||
"solar", "solar", "solar",
|
"solar", "solar", "solar",
|
||||||
"robot", "robot", "robot", "robot", "robot", "robot", "robot", "robot", "robot","robot","robot","robot","robot",
|
"robot", "robot", "robot", "robot", "robot", "robot", "robot", "robot", "robot","robot","robot","robot","robot",
|
||||||
"door", "door", "door",
|
"door", "door", "door",
|
||||||
|
@ -13,9 +13,6 @@ tweet_engine_setup:
|
|||||||
tweet: >-
|
tweet: >-
|
||||||
{%- macro tweet(topic) -%}
|
{%- macro tweet(topic) -%}
|
||||||
{% set tweets = {
|
{% set tweets = {
|
||||||
"minecraft": [
|
|
||||||
"There are no more #Minecraft users online at the momemt. You can blame #Fortnite for that. #KidStat"
|
|
||||||
],
|
|
||||||
"promo": [
|
"promo": [
|
||||||
"Be Sure to follow all of my Twitter Accounts! @CCostan @BearStoneHA",
|
"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/)",
|
"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: >-
|
image: >-
|
||||||
{%- macro image(topic) -%}
|
{%- macro image(topic) -%}
|
||||||
{% set images = {
|
{% set images = {
|
||||||
"minecraft": [
|
|
||||||
"/config/www/custom_ui/floorplan/images/branding/minecraft-icon.png"
|
|
||||||
],
|
|
||||||
"throwback": [
|
"throwback": [
|
||||||
"/config/www/custom_ui/floorplan/images/branding/throwback.png"
|
"/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…
x
Reference in New Issue
Block a user