akasma74 / Hass-Custom-Alarm

It is a fork of "Yet another take on a home assistant custom alarm" that will exist until its author is back to our Earth
80 stars 31 forks source link

"This component is not working" #65

Closed asifma closed 4 years ago

asifma commented 4 years ago

Your components (from Alarm/Settings/About):

Platform & Browser:

Describe the bug A clear and concise description of what the bug is.

Alarm component is not working. Get this on the Alarm Tab: "This component is not working" Cant find anything on the hass logs as well, except for:

2019-12-26 23:38:20 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for bwalarm which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.

2019-12-26 23:38:30 WARNING (MainThread) [homeassistant.components.frontend] Overwriting integration alarm

I tried to install via HACS. Also tried to install manually. This happened to me after updating hass.io to latest version. Any breaking changes?

akasma74 commented 4 years ago

#63 ? Does it work if you disable MQTT in bwalarm.yaml?

asifma commented 4 years ago

Yup, that solved my problem. Couldn't really connect that error to this component. But yeah, had the same issue. Disabled the mqtt feature. Closing this issue. Thanks!