-
Notifications
You must be signed in to change notification settings - Fork 0
Add manifest.json
to custom_component
#1
Comments
That's a good idea. Does this require moving the custom component into a module folder? |
Not quite sure I'm following. Maybe we should split the If you mean that, then yeah, the custom component should become a module, but not the If we split into it's own repo, then we could add it to HACS for easier installation. |
Yeah, that's fine. No part of the custom component hard-codes |
That's a good idea! |
Sent you the invite, should have enough permission to create a new repo if you decide so |
Thanks. I'll probably give it a try in a couple of days. |
There's no way to make this custom component work, I'm afraid. The At that point it'd be easier to have the component install |
Ah, yep. I don't know any other way to make it user friendly. |
We could try
manifest.json
to custom component and have a dependency in form ofWhich would keep updating the module from the git on HA restarts, unless
zigpy-znp==0.1.0
is installed. This would allow for a quicker update distribution for users willing to test it, just by pushing the updates intorolling-release
branch (all branch names are examples only)See https://developers.home-assistant.io/docs/creating_integration_manifest#custom-requirements-during-development--testing for more details
The text was updated successfully, but these errors were encountered: