Enable as a Home Assistant Add-On Repository; Fix Docker building #290
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This can only be merged after #238.This simplifies the process for installing Insteon-MQTT as a Home Assistant Add-on. This enables users to add this repository using the Add-on Store. The process looks like:
Once added to their store, users can find the Add-On here:
Clicking on the Add-on presents the user with the details of the Add-on and a description:
This is a much easier installation method than the prior version requiring SSH or network shares.
Updates are automatically handled without the user needing to check back here for updates.
I added some basic icons and logos. If anyone else has a better eye for this feel free to submit some ideas.
I fixed the docker build process, the build environment we previously used had been deprecated. The new one is much simpler.
I had to move a bunch of files out of the hassio folder into the root folder in order to enable the proper building of the image and the display of the documentation on the Add-on page. I don't think this is a big deal.
I updated the Installation instructions for Home Assistant. But I could really use some help fixing documentation, feel free to submit changes to anything you see that is wrong.