marconfus / ha-nefit-ng

Rewrite of the „nefit“ component. Still in development!
11 stars 4 forks source link

integration error after update 0.92 + fix #14

Closed bywilco closed 5 years ago

bywilco commented 5 years ago

nefit component gives integration error. fix: Due to this 27, you need to create empty file init.py and manifest.json in the folder custom_components/{your_platform} with content like this:

{ "domain": "your_domain_name", "name": "Your Intgration", "documentation": "https://www.example.com", "dependencies": [], "codeowners": [], "requirements": [] }

marconfus commented 5 years ago

manifest.json added to repository.