I have a set of sonos speakers and I used the something similar to the sonos_say script to make my speakers talk. Everything worked well before the upgrade to 0.93, this morning. I know the services changed from domains from media_player to sonos and I updated my scripts. However, for some reason when I try to call the service using the services debugger in home assistant it instantly reports “Failed to call service scripts/sonos_say. Service not found” which is strange because I find the service in the dropdown box just fine. Here’s a screen shot of what I see:
Thanks for the response strangedesign13… but I think maybe you didn’t read my post and only looked at the title. I read the release notes before taking the upgrade, made the changes and posted them in my original post. Besides, HA is not giving me a message like “domain command not recognized”. It fails to execute the script completely.
BAH! I finally found the issue after staring at my script for a long time… turns out I only partially converted the names.
Ha no worries. Looks like you found it. As much as I love HA sometimes it’s such a PITA to find all the changes you need to make. It’s actually one of the reasons I left the YAML world and put all my automations in Node-Red. At least for me it’s been easier to manage and keep everything straight, plus I like the visual late out. YAML context was something i always struggled with, especially the formatting and proper indentation.