@dfrap wrote:
My garage door control application is working well with a Shelly in MQTT mode. So there are no operational errors. But every time I restart HA, I get an error message in Notifications. The log shows:
ERROR (MainThread) [homeassistant.setup] Setup failed for shelly: Integration not found.There is no shelly: line in any yaml file.
grep shelly *.yaml
automations.yaml:- id: mqtt_shelly_announce
configuration.yaml: position_topic: “shellies/shelly1-garage/input/0”
configuration.yaml: command_topic: “shellies/shelly1-garage/relay/0/command”
configuration.yaml: availability_topic: “shellies/shelly1-garage/online”Home Assistant running in a venv on Linux. At one time I did have ShellyForHass installed by HACS, but I removed that integration once I discovered it could not handle disconnected mode and the built-in Shelly MQTT could show the switch status.
While I can dismiss the error every time I restart HA, I am looking for ways to make the error go away.
Posts: 1
Participants: 1