thor0215 / hassio-xfinity-usage

Fetch Xfinity Internet Service Usage Data and publish it to Home Assistant sensor
Apache License 2.0
11 stars 3 forks source link

Provide pre-built containers #23

Closed tronikos closed 2 months ago

tronikos commented 2 months ago

See https://developers.home-assistant.io/docs/add-ons/publishing#pre-built-containers It's much faster to start using a pre-built container and backups are much smaller since they don't have to include the locally built container. You can use github workflows to simplify the process such as https://github.com/home-assistant/addons-example/blob/main/.github/workflows/builder.yaml

thor0215 commented 2 months ago

I will consider this in the future.

thor0215 commented 2 months ago

0.0.12.7.2 is now using prebuilt containers. Let me know if you have any issues. Github actions are pretty cool and not too hard to implement so thanks for the push :)

tronikos commented 2 months ago

Thanks! It's working fine. My last backup was much smaller. But it can be even smaller by excluding Firefox profile directories. There is no need to back those up. I'll send you a PR.