FutureTense / keymaster

Home Assistant integration for managing Z-Wave enabled locks
MIT License
231 stars 43 forks source link

Keymaster_front_door User Notification uses an unknown service #297

Closed dcerny1 closed 2 years ago

dcerny1 commented 2 years ago

Keymaster_front_door User Notification uses an unknown service

The automation "keymaster_front_door User Notifications" (automation.keymaster_front_door_user_notifications) has an action that calls an unknown service: script.keymaster_front_door_manual_notify.

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](/config/automation/edit/keymaster_front_door User Notifications) and remove the action that calls this service.

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

Environment (please complete the following information):

Logs 2022-09-09 13:48:04.081 ERROR (MainThread) [homeassistant.components.automation.keymaster_front_door_user_notifications] keymaster_front_door User Notifications: Error executing script. Service not found for call_service at pos 1: Unable to find service script.keymaster_front_door_manual_notify

Screenshots If applicable, add screenshots to help explain your problem.

Additional context I first noticed this error after updating to Home Assistant Core 2022.9.0 and after installing InfluxDB and Grafana. Don't see how any of these would have any effect on missing service script.keymaster_front_door_manual_notify. Looking through the custom components for keymaster, I see this service used several times, but never defined.

firstof9 commented 2 years ago

dupe of #295