Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hassio 0.92.0 #85

Open
riddik14 opened this issue Apr 25, 2019 · 7 comments
Open

hassio 0.92.0 #85

riddik14 opened this issue Apr 25, 2019 · 7 comments

Comments

@riddik14
Copy link

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

@kernehed
Copy link

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

@marrobHD
Copy link

marrobHD commented Apr 26, 2019

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
Copy link

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
Copy link

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

@jonydebu
Copy link

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

@riddik14
Copy link
Author

for me not work, why?

@johnywar
Copy link

johnywar commented Apr 27, 2019

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

akasma74 added a commit to akasma74/Hass-Custom-Alarm that referenced this issue Apr 28, 2019
akasma74 added a commit to akasma74/Hass-Custom-Alarm that referenced this issue Apr 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants