Closed bywilco closed 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": [] }
manifest.json added to repository.
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": [] }