mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-11-07 09:58:17 +00:00
Closes #77 - Made the names much more readable. Garadget is not a good thing to say.
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user