Skip to content

Commit

Permalink
Fix deprecation warning about payload
Browse files Browse the repository at this point in the history
  • Loading branch information
basnijholt committed Oct 16, 2024
1 parent ff6ffa4 commit d0b1f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automations/climate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
action: mqtt.publish
data:
topic: actions/otmonitor/outside
payload_template: >
payload: >
{{ state_attr("weather.huis", "temperature") }}
- alias: "Climate: warning when heating on and living room door open"
Expand Down

0 comments on commit d0b1f3a

Please sign in to comment.