-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Hacs/App Deamon or a more consistent installation path #102
Comments
That would be great. It seems the backend is already python so could probably be made into an integration without needing to be entirely rewritten, and the front-end would likely just become a custom dashboard like energy or dwains |
Have to agree that getting this added to the HACS would be great. It will make it so people who are less comfortable doing things can still use it which is the ultimate goal I think of making HA easier to use for those people who probably don't want to muck through code. |
@nightshade00013 @Ulrar so I only briefly looked at this, what @Ulrar says feels the more 'correct' approach since I want this to be more universally available. |
Hi, Is there a way to implement this as a Containerised application rather than a add on,I am not using supervisor option how can I add this to the containerised home assistant setup? ( may be using a LongLivedaccess token with the companion custom component like we used nodered with containerized homeassistant) https://github.com/zachowj/hass-node-red |
@charithmadhuranga so I had some personal issues I've going through in the last year. I am planning to pick up the project again, and provide this through Hacs. Going from an addon to hacs is not a very trivial task. So if you bare with me, I will try to deliver on a Shortumation v2 that will be much easier to install :) |
@charithmadhuranga |
The current way to install this is as an HA addon. While, the containerized option is nice to have it is not a mainstream way to extend HA for none-supervised deployments.
we should leverage hacs as an avenue for installation or find a different way that would support all HA deployment types.
The text was updated successfully, but these errors were encountered: