cgarwood / homeassistant-fullykiosk

Fully Kiosk Browser integration for Home Assistant
Apache License 2.0
153 stars 27 forks source link

Home Assistant sometimes thinks kiosk.load_url does not exist #125

Open sdalbert opened 1 year ago

sdalbert commented 1 year ago

Depending on how the service is called, Home Assistant will predictably report an issue indicating that load_url does not exist even though it works perfectly fine when called from other places.

Example: If it is included as an action to an automation, running the full automation produces the error. However, running the individual action from the automation UI does not produce the error. This prevents (at least) automations utilizing the service from working at all.

The above is true in at least HA release 2023.1.2.

`The automation "Show Front Yard Camera on Fire 1" (automation.show_front_yard_camera_on_fire_1) has an action that calls an unknown service: kiosk.load_url.

This error prevents the automation from running correctly. Maybe this service is no longer available, or perhaps a typo caused it.

To fix this error, edit the automation and remove the action that calls this service.

Click on SUBMIT below to confirm you have fixed this automation.`