WTH - Script service entity name is out of sync with script entity name

Hopefully this isn’t a user error and it can be manually synchronized somewhere. I tried Googling, searching GitHub, and the forums. Restart didn’t help. :frowning:

Script Entity Name: script.kitchen_display_show_kitchen_dashboard_dashcast
Service Entity Name: script.kitchen_display_show_kitchen_dashboard_dashcast_2


Workaround that I found is to use the “script.toggle” service.

you likely had another script that you created with the same name at some point and the second one got created with the same entity_id but with a “_2” appended to the end.

just rename the “_2” script to the same as the old one (i.e. just remove the _2 from the end…)