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?