Hey all,
Home Assistant 0.113.3
I have this automation but every few moments, i keep getting a message on my Ios app, to
“Dishwasher has changed from Off to Off”
Any thoughts where i have gone wrong? why would the same state do this?
AS per the image, the state has not changed for hours now
############################################
########### Dishwasher Notification ###########
############################################
- alias: dishwasher_notification
id: dishwashernotification
trigger:
platform: state
entity_id: sensor.dishwasher_g7310_status
action:
service: notify.notify
data_template:
message: Dishwasher just changed from {{ trigger.from_state.state }} to
{{ trigger.to_state.state }}