Hass-Custom-Alarm icon indicating copy to clipboard operation
Hass-Custom-Alarm copied to clipboard

hassio 0.92.0

Open riddik14 opened this issue 5 years ago • 7 comments

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

riddik14 avatar Apr 25 '19 12:04 riddik14

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

kernehed avatar Apr 25 '19 15:04 kernehed

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

marrobHD avatar Apr 26 '19 14:04 marrobHD

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/

akasma74 avatar Apr 26 '19 14:04 akasma74

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

marrobHD avatar Apr 26 '19 15:04 marrobHD

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

jonydebu avatar Apr 26 '19 22:04 jonydebu

for me not work, why?

riddik14 avatar Apr 26 '19 23:04 riddik14

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

johnywar avatar Apr 27 '19 23:04 johnywar