For those of us using YAML configurations, regarding the change in 2024.8 where we are supposed to change service to action, is there somewhere where this change is explained?
I’ve seen a few examples, but I would prefer a detailed specification of what to change and how.
How to search for instances that need changing in my configuration files? Is service: a good text search to use?
Note also that if you use VSCode to edit your YAML the Home Assistant Helper extension schema has not yet been updated and will falsely mark the new action syntax as incorrect.
I did the change already by search & repalce in my editor.
I searched for all “- service:” and replaced them by “- action:”. That’s it. No errors, but I have to admit, I didn’t check, if I got all the occurences, or if the S&R missed some.