Skip to content

Commit

Permalink
Triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegordon committed Nov 9, 2024
1 parent a598759 commit 6e6be06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/climate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ automation:
description: >-
Turn on ASHP if stove is off
and all the openings are shut
trigger:
triggers:
- trigger: state
entity_id: binary_sensor.climate_openings
to: 'off'
Expand All @@ -48,7 +48,7 @@ automation:
Turn off ASHP if stove is on
or any of the openings are open
or home is not occupied
trigger:
triggers:
- trigger: state
entity_id: binary_sensor.climate_openings
to: 'on'
Expand Down

0 comments on commit 6e6be06

Please sign in to comment.