another fix
This commit is contained in:
@@ -120,6 +120,8 @@ variables:
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
{{ ns.current_temperature }}
|
{{ ns.current_temperature }}
|
||||||
|
|
||||||
|
Message malformed: Entity {{ temperature_sensor }} is neither a valid entity ID nor a valid UUID for dictionary value @ data['entity_id']
|
||||||
|
|
||||||
triggers:
|
triggers:
|
||||||
- trigger: state
|
- trigger: state
|
||||||
entity_id:
|
entity_id:
|
||||||
@@ -140,7 +142,7 @@ triggers:
|
|||||||
minutes: "/20"
|
minutes: "/20"
|
||||||
id: SYNC_TEMPERATURE
|
id: SYNC_TEMPERATURE
|
||||||
- platform: state
|
- platform: state
|
||||||
entity_id: "{{ temperature_sensor }}"
|
entity_id: !input temperature_sensor
|
||||||
id: TEMP_CHANGED
|
id: TEMP_CHANGED
|
||||||
|
|
||||||
actions:
|
actions:
|
||||||
|
|||||||
Reference in New Issue
Block a user