fix wrong indendation
This commit is contained in:
@@ -72,7 +72,7 @@ triggers:
|
|||||||
|
|
||||||
variables:
|
variables:
|
||||||
trv: !input radiator_entity
|
trv: !input radiator_entity
|
||||||
remote_temperature_entity: >
|
remote_temperature_entity: >
|
||||||
{% set entities = device_entities(device_id(trv)) %}
|
{% set entities = device_entities(device_id(trv)) %}
|
||||||
{% set remote_temperature_entity_id = namespace(id='') %}
|
{% set remote_temperature_entity_id = namespace(id='') %}
|
||||||
{% for s in entities %}
|
{% for s in entities %}
|
||||||
@@ -81,7 +81,7 @@ remote_temperature_entity: >
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{{ remote_temperature_entity_id.id }}
|
{{ remote_temperature_entity_id.id }}
|
||||||
window_detection_entity: >
|
window_detection_entity: >
|
||||||
{% set entities = device_entities(device_id(trv)) %}
|
{% set entities = device_entities(device_id(trv)) %}
|
||||||
{% set window_detection_entity_id = namespace(id='') %}
|
{% set window_detection_entity_id = namespace(id='') %}
|
||||||
{% for s in entities %}
|
{% for s in entities %}
|
||||||
@@ -90,7 +90,7 @@ window_detection_entity: >
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{{ window_detection_entity_id.id }}
|
{{ window_detection_entity_id.id }}
|
||||||
current_temperature: !input temperature_sensor
|
current_temperature: !input temperature_sensor
|
||||||
|
|
||||||
actions:
|
actions:
|
||||||
- if:
|
- if:
|
||||||
|
|||||||
Reference in New Issue
Block a user