Open riddik14 opened 5 years ago
You have to put the __init__.py
file in the custom_components/bwalarm/
so I have to rename the file bwalarm.py to init.py and create a dir named bwalarm and drop the file to custom_components/bwalarm/? That womt work for me
My alarm works without init.py on 0.92.0 (but with manifest.json) However, but I've already done the great migration so now it's alarm_control_panel.py in custom_components/bwalarm/
Integration bwalarm not found when trying to verify its alarm_control_panel platform. wont work
Same here : Integration bwalarm not found when trying to verify its alarm_control_panel platform.
for me not work, why?
Hi all,
solution for me was:
1) create manifest.json in custom_components/bwalarm/ with
{ "domain": "bwalarm", "name": "Yet another take on an alarm", "documentation": "https://github.com/gazoscalvertos/Hass-Custom-Alarm", "dependencies": [], "codeowners": [], "requirements": [] }
2) restart HA
The special thanks to aidbish who wrote the solution at the HomeAssistant forum. Link here
Integration bwalarm not found when trying to verify its alarm_control_panel platform.