2023-02-10 23:00:48 -05:00
|
|
|
- alias: Keep office cool
|
|
|
|
description: ""
|
|
|
|
id: "7b7450b6-0811-4c44-9581-0461adcf912e"
|
|
|
|
mode: single
|
2021-09-25 22:08:41 -04:00
|
|
|
trigger:
|
2023-02-10 23:00:48 -05:00
|
|
|
- platform: numeric_state
|
2023-07-13 17:17:32 -04:00
|
|
|
entity_id: sensor.awair_temperature
|
|
|
|
above: "26"
|
2021-09-25 22:08:41 -04:00
|
|
|
condition: []
|
|
|
|
action:
|
2023-02-10 23:00:48 -05:00
|
|
|
- service: switch.turn_on
|
|
|
|
data: {}
|
|
|
|
target:
|
|
|
|
entity_id: switch.air_conditioner
|
|
|
|
|
|
|
|
- alias: Turn off office AC
|
|
|
|
description: ""
|
|
|
|
id: "380dc2cc-c43b-4c69-bc36-6923b956f8be"
|
2021-09-25 22:08:41 -04:00
|
|
|
mode: single
|
|
|
|
trigger:
|
2023-02-10 23:00:48 -05:00
|
|
|
- platform: numeric_state
|
2023-07-13 17:17:32 -04:00
|
|
|
entity_id: sensor.awair_temperature
|
|
|
|
below: "23"
|
2021-09-25 22:08:41 -04:00
|
|
|
condition: []
|
|
|
|
action:
|
2023-02-10 23:00:48 -05:00
|
|
|
- service: switch.turn_off
|
|
|
|
data: {}
|
|
|
|
target:
|
|
|
|
entity_id: switch.air_conditioner
|