I am embarking on figuring out this warning message in HA. I set notifications up years ago and must have forgotten. The HA dev docs are, as usual, sparse.
Others have started these threads, which I have yet to figure out.
migrate legacy
how to forward
I am sure there are others.
Here is the HA topic page for notify file
And here is the (maybe?) old notify page
My questions:
From a really really high level, what is this doing? What is the flow of information from an automation action to my cell phone?
When HA developers say âstore notification messagesâ, do they mean âsend notificationsâ? (the point of notifications is to send something to someone, not store it). Or is this file storing boiler plate text used in notifications (does not sound right).
Is configuration.yaml being retired? I got a similar warning, but do not now, and am wondering if that warning was just related to notify in the configuration.yaml.
What do I need to do? Set up a new file in my config directory? I have one there already. It has entities listed, but not past notifications.
The warning:
The File notify
service(s) are migrated. A new notify
entity is available now to replace each legacy notify
service.
Update any automations to use the new notify.send_message
service exposed with this new entity. When this is done, fix this issue and restart Home Assistant.
Here is my configuration.yaml entry. I think the second entry was added by HA, not me. The first âwwwâŚâ has been there for years.
notify:
- platform: file
name: entity_log
filename: /config/www/entity_log.txt
timestamp: false
- platform: file
name: filenotify
filename: /share/humidity_reading.csv
#timestamp: true
The new integration âFileâ. The one with the error is, I think, the one HA added.