From 1cb62c8d0b561a0de503d56bf356c29801408835 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Tue, 1 Sep 2026 15:53:05 +0200 Subject: [PATCH] v0.9.5 --- README.md | 2 +- docs/API.md | 6 +++--- .../custom_components/gree_controller/manifest.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 86fd3b7..329ddce 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Self-hosted controller for GREE-compatible air conditioners with a local Web UI, thermostat zones, schedules, Home Assistant integration, history, notifications and a documented HTTP/WebSocket API. -**Current release: 0.9.4** +**Current release: 0.9.5** > [Full API reference](docs/API.md) — authentication, every endpoint, request bodies, response models, WebSocket events and examples. diff --git a/docs/API.md b/docs/API.md index b9a5ce2..1230b92 100644 --- a/docs/API.md +++ b/docs/API.md @@ -1,6 +1,6 @@ # GREE Controller API reference -HTTP and WebSocket API for GREE Controller **0.9.4**. +HTTP and WebSocket API for GREE Controller **0.9.5**. [← Main documentation](../README.md) @@ -212,7 +212,7 @@ Response: { "status": "ok", "name": "gree-controller", - "version": "0.9.4", + "version": "0.9.5", "uptime_seconds": 1234, "control_ready": true, "time": "2026-08-30T06:54:00Z" @@ -236,7 +236,7 @@ Returns the initial Web UI snapshot: "settings": {}, "outdoor_temperature": null, "system": { - "version": "0.9.4", + "version": "0.9.5", "uptime_seconds": 1234, "auth_required": false, "control_ready": true, diff --git a/home-assistant/custom_components/gree_controller/manifest.json b/home-assistant/custom_components/gree_controller/manifest.json index 7cd19fc..112d5d2 100644 --- a/home-assistant/custom_components/gree_controller/manifest.json +++ b/home-assistant/custom_components/gree_controller/manifest.json @@ -1,9 +1,9 @@ { "domain": "gree_controller", "name": "GREE Controller", - "version": "0.9.4", + "version": "0.9.5", "config_flow": true, "integration_type": "hub", "iot_class": "local_polling", "single_config_entry": true -} +} \ No newline at end of file