More image updating.

This commit is contained in:
ccostan 2018-03-17 21:14:50 -04:00
parent eac2cffedb
commit ad8273cded
8 changed files with 18 additions and 41 deletions

View File

@ -13,7 +13,7 @@
- service: homeassistant.turn_on - service: homeassistant.turn_on
entity_id: switch.bedroom_restart_on entity_id: switch.bedroom_restart_on
- service: script.tweet_engine - service: script.tweet_engine_image
data_template: data_template:
tweet: >- tweet: >-
{{ [ {{ [

View File

@ -69,7 +69,7 @@ automation:
true true
{%- endif -%} {%- endif -%}
action: action:
- service: script.tweet_engine - service: script.tweet_engine_image
data_template: data_template:
tweet: > tweet: >
{{ [ {{ [

View File

@ -75,7 +75,7 @@ automation:
title: '{{ states.sensor.holiday.state }}' title: '{{ states.sensor.holiday.state }}'
- delay: '{{ (range(4, 8)|random|int) }}:{{ (range(1, 50)|random|int) }}:00' - delay: '{{ (range(4, 8)|random|int) }}:{{ (range(1, 50)|random|int) }}:00'
- service: script.tweet_engine - service: script.tweet_engine_image
data_template: data_template:
tweet: > tweet: >
{{ [ {{ [
@ -89,3 +89,7 @@ automation:
"(http://www.vmwareinfo.com/2017/08/diy-outdoor-smart-home-led-strips.html)", "(http://www.vmwareinfo.com/2017/08/diy-outdoor-smart-home-led-strips.html)",
"#{{ states.sensor.holiday.state }}" "#{{ states.sensor.holiday.state }}"
] | random }} ] | random }}
image: >-
{{ [
"/config/www/custom_ui/floorplan/images/branding/light4.png"
] | random }}

View File

@ -71,7 +71,7 @@ automation:
from: 'charging' from: 'charging'
action: action:
- delay: '0{{ range(0,4) | random | int }}:00:00' - delay: '0{{ range(0,4) | random | int }}:00:00'
- service: script.tweet_engine - service: script.tweet_engine_image
data_template: data_template:
tweet: > tweet: >
{{ [ {{ [
@ -84,6 +84,5 @@ automation:
"/config/www/custom_ui/floorplan/images/branding/car.png", "/config/www/custom_ui/floorplan/images/branding/car.png",
"/config/www/custom_ui/floorplan/images/branding/bear_stone_car.png", "/config/www/custom_ui/floorplan/images/branding/bear_stone_car.png",
"/config/www/custom_ui/floorplan/images/branding/batteries.png", "/config/www/custom_ui/floorplan/images/branding/batteries.png",
"/config/www/custom_ui/floorplan/images/branding/charge.png", "/config/www/custom_ui/floorplan/images/branding/charge.png"
] | random }} ] | random }}

View File

@ -73,6 +73,7 @@ group:
network: network:
entities: entities:
- sensor.ha_installed_version - sensor.ha_installed_version
- sensor.ccostanhomeassistantconfig_state
- sensor.ha_uptime - sensor.ha_uptime
- sensor.since_last_boot_templated - sensor.since_last_boot_templated
- sensor.disk_use_percent_ - sensor.disk_use_percent_

View File

@ -14,13 +14,10 @@ sensor:
- platform: travisci - platform: travisci
api_key: !secret travis_api api_key: !secret travis_api
scan_interval: 2400 scan_interval: 2400
monitored_conditions:
- state
#------------------------------------------- #-------------------------------------------
# group: # Group added to network package.
# finance:
# entities:
# - sensor.tesla
# - sensor.bitcoin
############################################################################## ##############################################################################
### Automations - Detect when things are not right. Like any Good Watchdog. ### Automations - Detect when things are not right. Like any Good Watchdog.
############################################################################## ##############################################################################

View File

@ -107,31 +107,6 @@ automation:
media_content_id: "https://raw.githubusercontent.com/CCOSTAN/Home-AssistantConfig/master/config/sounds/twitter-chirp.mp3" media_content_id: "https://raw.githubusercontent.com/CCOSTAN/Home-AssistantConfig/master/config/sounds/twitter-chirp.mp3"
media_content_type: audio/mp4 media_content_type: audio/mp4
# - service: script.tweet_engine
# data_template:
# tweet: >-
# {% set handle = trigger.event.data.value1 %}
# {% set location = trigger.event.data.location %}
# {% set phrases = [
# "Thanks for the Follow " ~ handle ~ "! Chirp the Bird from " ~ location ~ "!!",
# "Hey " ~ handle ~ "! Thanks for the Follow from " ~ location ~ " !",
# "Sending a #Chirp to " ~ handle ~ " in " ~ location ~ "!",
# "New follower " ~ handle ~ " from " ~ location ~ ", I just sounded a chirp in the house.",
# "Boom! The " ~ location ~ " follow from " ~ handle ~ " makes me sound a chirp in the house.",
# "Wanna know who is super cool? "~ handle ~" IS!!! Thanks for making me CHIRP!",
# "If the AMP (http://amzn.to/2j18dlT) is on & I get a new follower like " ~ handle ~ ", I sound a chirp!"
# ] %}
# {% set hashtags = [
# "#ThanksForTheFollow",
# "#FollowBack",
# "#ChirpTheHouse",
# "#FollowMe",
# "#MakingitChirp",
# "(http://www.vmwareinfo.com/2017/12/giving-house-twitter-account.html)",
# "(http://www.vmwareinfo.com/2017/11/building-digital-cuckoo-clock-with-home.html)"
# ] %}
# {{ phrases|random ~ " " ~ hashtags|random }}
- alias: 'Closed Github Issue' - alias: 'Closed Github Issue'
hide_entity: True hide_entity: True
trigger: trigger:
@ -184,7 +159,7 @@ automation:
{% set pick = [ {% set pick = [
"minecraft", "minecraft",
"solar", "solar", "solar", "solar",
"robot", "robot","robot","robot","robot","robot","robot","robot", "robot", "robot", "robot", "robot", "robot", "robot", "robot", "robot", "robot",
"door", "door", "door", "door", "door", "door",
"weather", "weather", "weather", "weather", "weather", "weather", "weather", "weather", "weather", "weather", "weather", "weather",
"internet", "internet", "internet", "internet", "internet", "internet", "internet", "internet", "internet", "internet",

View File

@ -28,8 +28,9 @@ tweet_engine_setup:
"The #Docker Host has been running for {{ states('sensor.since_last_boot_templated') }} (http://www.vmwareinfo.com/2018/02/journey-to-docker.html)", "The #Docker Host has been running for {{ states('sensor.since_last_boot_templated') }} (http://www.vmwareinfo.com/2018/02/journey-to-docker.html)",
"The #Docker Host for Home Assistant is using {{ states('sensor.disk_use_percent_') }}% of the hard drive currently. (http://www.vmwareinfo.com/2018/02/journey-to-docker.html)", "The #Docker Host for Home Assistant is using {{ states('sensor.disk_use_percent_') }}% of the hard drive currently. (http://www.vmwareinfo.com/2018/02/journey-to-docker.html)",
"My Home Assistant Database is currently using {{ states('sensor.database_sensor') }} MBs. To get this #Stat for your HA, visit (https://github.com/robmarkcole/HASS-filesize-sensor)", "My Home Assistant Database is currently using {{ states('sensor.database_sensor') }} MBs. To get this #Stat for your HA, visit (https://github.com/robmarkcole/HASS-filesize-sensor)",
"I am running Home Assistant version {{ states('sensor.ha_installed_version') }} (https://github.com/CCOSTAN/Home-AssistantConfig)", "I am running Home Assistant version {{ states('sensor.ha_installed_version') }} (https://github.com/CCOSTAN/Home-AssistantConfig#logo)",
"Home Assistant has been running for {{ states('sensor.ha_uptime') }}. (https://github.com/CCOSTAN/Home-AssistantConfig)" "Home Assistant has been running for {{ states('sensor.ha_uptime') }}. (https://github.com/CCOSTAN/Home-AssistantConfig#logo)",
"My Home Assistant has been tested by Travis-CI and {{states('sensor.ccostanhomeassistantconfig_state')}}. (https://github.com/CCOSTAN/Home-AssistantConfig#logo)"
], ],
"door": [ "door": [