gazoscalvertos / Hass-Custom-Alarm

Yet another take on a home assistant custom alarm
222 stars 96 forks source link

hassio 0.92.0 #85

Open riddik14 opened 5 years ago

riddik14 commented 5 years ago

Integration bwalarm not found when trying to verify its alarm_control_panel platform.

kernehed commented 5 years ago

You have to put the __init__.py file in the custom_components/bwalarm/

marrobHD commented 5 years ago

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

akasma74 commented 5 years ago

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/

marrobHD commented 5 years ago

Integration bwalarm not found when trying to verify its alarm_control_panel platform. wont work

jonydebu commented 5 years ago

Same here : Integration bwalarm not found when trying to verify its alarm_control_panel platform.

riddik14 commented 5 years ago

for me not work, why?

johnywar commented 5 years ago

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