Unable to find service input_boolean

Trying to run this automation: Echo Devices (Alexa) as Media Player - Testers Needed

It works without the boolean but the log is providing the following errors (last one at 3am is due to the reset being triggered):

2019-11-08 22:53:31 ERROR (MainThread) [homeassistant.components.automation] Error while executing automation automation.alexa_weather_reset. Service not found for call_service at pos 1: Unable to find service input_boolean/turn_off
2019-11-08 22:57:56 ERROR (MainThread) [homeassistant.components.automation] Error while executing automation automation.alexa_weather_reset. Service not found for call_service at pos 1: Unable to find service input_boolean/turn_off
2019-11-08 23:04:14 ERROR (SyncWorker_7) [homeassistant.components.recorder.util] Error executing query: (sqlite3.OperationalError) database is locked
(Background on this error at: http://sqlalche.me/e/e3q8)
2019-11-08 23:04:14 ERROR (SyncWorker_9) [homeassistant.components.recorder.util] Error executing query: (sqlite3.OperationalError) database is locked
(Background on this error at: http://sqlalche.me/e/e3q8)
2019-11-09 03:00:00 ERROR (MainThread) [homeassistant.components.automation] Error while executing automation automation.alexa_weather_reset. Service not found for call_service at pos 1: Unable to find service input_boolean/turn_off

No clue where to even look to sort this out :frowning:

Btw I am also not seeing any card in the overview for automations, is this related?

Do you have any input_booleans in your configuration.yaml?

Can you turn on more logging, start home assistant again, and grep the logs for “input_boolean” to see if the component is failing to start up?

Added additional logging, restarted twice, just wanted to test it and it magically seems to work suddenly… :smiley:

isn’t that how it always goes?

With Home Assistant, when in doubt, restart 12 times, then try again. :slight_smile: