Skip to content

Commit

Permalink
raise fireplace heat check threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
tvelich committed Jul 14, 2024
1 parent 1f08261 commit 59931f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automation/living_room.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
minutes: "/10"
condition:
condition: template
value_template: "{{ state_attr('climate.living_room_heat', 'current_temperature') | float > 75 }}"
value_template: "{{ state_attr('climate.living_room_heat', 'current_temperature') | float > 80 }}"
action:
- service: notify.notify
continue_on_error: true
Expand Down

0 comments on commit 59931f5

Please sign in to comment.