mirror of
https://github.com/Laxilef/OTGateway.git
synced 2025-12-11 02:34:29 +05:00
fix ha scripts
This commit is contained in:
@@ -11,9 +11,6 @@ variables:
|
|||||||
# If the prefix has not changed, then you do not need to change it
|
# If the prefix has not changed, then you do not need to change it
|
||||||
target_entity: "number.opentherm_outdoor_temp"
|
target_entity: "number.opentherm_outdoor_temp"
|
||||||
trigger:
|
trigger:
|
||||||
- platform: state
|
|
||||||
entity_id: "{{ source_entity }}"
|
|
||||||
attribute: temperature
|
|
||||||
- platform: time_pattern
|
- platform: time_pattern
|
||||||
seconds: /30
|
seconds: /30
|
||||||
condition:
|
condition:
|
||||||
|
|||||||
@@ -12,8 +12,6 @@ variables:
|
|||||||
# To report outdoor temperature: number.opentherm_outdoor_temp
|
# To report outdoor temperature: number.opentherm_outdoor_temp
|
||||||
target_entity: "number.opentherm_indoor_temp"
|
target_entity: "number.opentherm_indoor_temp"
|
||||||
trigger:
|
trigger:
|
||||||
- platform: state
|
|
||||||
entity_id: "{{ source_entity }}"
|
|
||||||
- platform: time_pattern
|
- platform: time_pattern
|
||||||
seconds: /30
|
seconds: /30
|
||||||
condition:
|
condition:
|
||||||
|
|||||||
Reference in New Issue
Block a user