674 B
674 B
Home Assistant distribution
All Home Assistant packaging is maintained under ha-addon/.
ha-addon/
├── .env.example
├── build.sh
├── sync-repository.sh
├── repository/ # add-on repository source
└── home-assistant/ # custom integration source
Initial setup:
cd ha-addon
cp .env.example .env
Release:
./build.sh push
./sync-repository.sh
build.sh reads OCI/build settings from .env. sync-repository.sh publishes both the add-on and custom_components/gree_controller to the separate Home Assistant repository.
See ha-addon/README.md for details.