Closes #77 - Made the names much more readable. Garadget is not a good thing to say.

This commit is contained in:
CCOSTAN
2017-02-22 22:37:15 +00:00
parent a4d7fcbf16
commit 3786bd139c
13 changed files with 83 additions and 83 deletions

View File

@@ -6,16 +6,16 @@
trigger:
- platform: state
entity_id:
- cover.garadget_large
- cover.garadget_small
- cover.large_garage
- cover.small_garage
from: 'closed'
to: 'open'
for: '00:02:00'
- platform: state
entity_id:
- cover.garadget_large
- cover.garadget_small
- cover.large_garage
- cover.small_garage
from: 'open'
to: 'closed'
for: '00:02:00'

View File

@@ -36,11 +36,11 @@
{%- endmacro -%}
{{responsibilities()}}
Inside the house, it is {{ states.climate.downstairs.attributes["current_temperature"]}} degrees with around {{states('sensor.downstairs_thermostat_humidity')}} percent humidity. Outside, it is going to be {{states('sensor.dark_sky_minutely_summary')}}
{% if is_state('cover.garadget_large', 'open') -%}
{% if is_state('cover.large_garage', 'open') -%}
Also, The Large Garage Door is still open
{% endif -%}
{% if is_state('cover.garadget_small', 'open') -%}
{% if is_state('cover.garadget_large', 'open') -%}and
{% if is_state('cover.small_garage', 'open') -%}
{% if is_state('cover.large_garage', 'open') -%}and
{%- endif %} The small Garage Door is still open.
{% endif %}
. There are