Fix AC automation
This commit is contained in:
parent
145f06d124
commit
996fa28155
@ -4,7 +4,7 @@
|
||||
mode: single
|
||||
trigger:
|
||||
- platform: numeric_state
|
||||
entity_id: sensor.sensor.office_sensor_temperature
|
||||
entity_id: sensor.office_sensor_temperature
|
||||
above: '26'
|
||||
for:
|
||||
minutes: 1
|
||||
|
@ -126,7 +126,7 @@
|
||||
- condition: or
|
||||
conditions:
|
||||
- condition: numeric_state
|
||||
entity_id: sensor.sensor.office_sensor_temperature
|
||||
entity_id: sensor.office_sensor_temperature
|
||||
above: "23"
|
||||
action:
|
||||
- service: script.ac_on
|
||||
|
Loading…
Reference in New Issue
Block a user