A couple of years ago I set up a notify to file thing that wrote to a file every time my hot tub heater turned off. I’m now getting a Repair warning that “The File notify.hottublob action is migrated…”. A while ago I commented out the entry in the configuration.yaml file
and noticed that a File Integration had been created containing just the 1 entity notify.hottublog with a related Integration Entry that contained the the info from the original yaml code above.
I did not change anything in the automation; this is the bit that does the writing
This still works but the Repair message is telling me it stops working in 2024.12.0.
The File notify.hottublog action is migrated, but it seems the old notify action is still being used.
A new notify entity is available now to replace each legacy notify action.
Update any automations or scripts to use the new notify.send_message action exposed with this new entity. When this is done, select Submit and restart Home Assistant.
If i just change action: notify.hottublog to action: notify.send_message, how will it know that the target is the hottublog?
I’m missing something and reading the File documentation doesn’t help. Can someone help me with the syntax please.
Yeah, I guess the clue was in my question. I did a bit more googling and found the HA Notifications page which mentioned target: as a data attribute but gave no examples. So I tried…