#Script Not Found when clicking button

1 messages · Page 1 of 1 (latest)

young fjord
#

Heyas, I have a button with the following config

type: button
name: Confirm Temperature
icon: mdi:button-cursor
action_name: Confirm
tap_action:
  action: call-service
  service: script.submit_baby_buddy_temperature

The script definitely exists, if I call it from the actions tab in the developer tools of HA it works no problem but I get Action script.submit_baby_buddy_temperature not found

Anybody have any ideas on what could be going on?

ionic mountain
#

no idea. I took your code above and substituted one of my scripts and it worked fine. I suggest looking in the HA logs

young fjord
#

I also subbed another script I have and it works fine too.

I did rename this particular script's entity_id to fix a typo.

#

Restarted HA, no change

#

Nothing in the logs either. This is weird.