v0.13.9-rework_ha_addon

This commit is contained in:
Mateusz Gruszczyński
2026-09-10 08:24:53 +02:00
parent b905a6fcc4
commit 34e62da372
45 changed files with 405 additions and 1597 deletions
+3 -3
View File
@@ -249,7 +249,7 @@ Stale/unavailable external data falls back to the GREE sensor when possible. The
Bundled integration directory:
```text
home-assistant/custom_components/gree_controller/
ha-addon/home-assistant/custom_components/gree_controller/
```
Copy `gree_controller` to Home Assistant's `custom_components` directory, restart Home Assistant and add **GREE Controller** from Integrations.
@@ -264,7 +264,7 @@ For entity-ID migration tooling:
python3 scripts/generate_ha_migration.py --help
```
The generated mapping example is under `home-assistant/generated/`.
The generated mapping example is under `ha-addon/home-assistant/generated/`.
## History and InfluxDB
@@ -410,7 +410,7 @@ src/ Rust backend, GREE protocol and thermostat engine
web/ Embedded Web UI / PWA
web/js/ Frontend JS source modules bundled by build.rs
lang/ Runtime language packs
home-assistant/ Home Assistant custom integration and migration output
ha-addon/ Home Assistant add-on, custom integration and release tooling
scripts/ Development, install, update, service and diagnostics
systemd/ Production service unit
docs/API.md Complete API documentation