Skip to content

Commit

Permalink
🔧 tweak office AC settings
Browse files Browse the repository at this point in the history
  • Loading branch information
walkah committed Jul 13, 2023
1 parent 120911f commit 9d8861a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions automations/office/air_conditioner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
mode: single
trigger:
- platform: numeric_state
entity_id: sensor.home_office_temperature
above: "24"
entity_id: sensor.awair_temperature
above: "26"
condition: []
action:
- service: switch.turn_on
Expand All @@ -19,8 +19,8 @@
mode: single
trigger:
- platform: numeric_state
entity_id: sensor.home_office_temperature
below: "22"
entity_id: sensor.awair_temperature
below: "23"
condition: []
action:
- service: switch.turn_off
Expand Down

0 comments on commit 9d8861a

Please sign in to comment.