From bceccba572d1a0d51ebf7a45f5e5f19c8a4f18cf Mon Sep 17 00:00:00 2001 From: Adrian Jagielak Date: Fri, 25 Jul 2025 01:07:19 +0200 Subject: [PATCH] Update docs --- README.md | 34 +++++++++++++++++++--------------- futurehome/CHANGELOG.md | 9 ++++++--- futurehome/README.md | 6 +++++- futurehome/config.yaml | 2 +- 4 files changed, 31 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 78eee62..5e42302 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ todo: links to the .ts service implementations below | Service | Example device | Implementation status | | --- | --- | --- | | _alarms_ services | [Brannvarsler](https://www.futurehome.io/en_no/shop/brannvarsler-230v) | | -| barrier_ctrl | | | +| barrier_ctrl | | ✅ | | basic | | ✅ | | battery | | ✅ | | chargepoint | [Futurehome Charge](https://www.futurehome.io/en_no/shop/charge) | | @@ -121,11 +121,11 @@ todo: links to the .ts service implementations below | siren_ctrl | | | | thermostat | [Thermostat](https://www.futurehome.io/en_no/shop/thermostat-w) | ✅ | | user_code | | | -| water_heater | | | +| water_heater | | ✅ | ## Services that are deprecated, unused, or removed in newer versions of the system. -| Service | Implementation status | +| Service | Description | | --- | --- | | appliance | | | blinds | | @@ -145,8 +145,12 @@ todo: links to the .ts service implementations below | meter_gas | | | meter_heating | | | meter_water | | +| schedule | Not recognized by the official app | +| schedule_entry | Not recognized by the official app | | sensor | | | siren | | +| sound_switch | Not recognized by the official app | +| time_parameters | Not recognized by the official app | | water_valve | | ## Virtual, unnecessary services (easily reproduced in stock Home Assistant) @@ -157,15 +161,15 @@ todo: links to the .ts service implementations below ## System or meta, not essential services -| Service | Implementation status | -| --- | --- | -| gateway | | -| association | | -| diagnostic | | -| indicator_ctrl | | -| ota | | -| parameters | | -| technology_specific | | -| time | | -| version | | -| dev_sys | | +| Service | Implementation status | Description | +| --- | --- | --- | +| gateway | | | +| association | | | +| diagnostic | | | +| indicator_ctrl | ✅ | Identify devices | +| ota | | | +| parameters | | | +| technology_specific | | | +| time | | | +| version | | | +| dev_sys | | | diff --git a/futurehome/CHANGELOG.md b/futurehome/CHANGELOG.md index 131b079..272c04f 100644 --- a/futurehome/CHANGELOG.md +++ b/futurehome/CHANGELOG.md @@ -1,6 +1,12 @@ +## 0.1.2 (24.07.2025) + +- Added support for 'water_heater' service (devices such as water boiler or a water tank). +- Updated demo mode data. +- Added extracting device manufacturer name. + ## 0.1.1 (24.07.2025) - Set 'battery' entity category to 'diagnostic' to hide it from the main HA view. @@ -8,9 +14,6 @@ - Changed the default 'sensor_lumin' unit from 'Lux' to 'lx'. - Added support for 'indicator_ctrl' service (identify devices). - Added support for 'barrier_ctrl' service (devices like garage doors, barriers, and window shades). -- Added support for 'water_heater' service (devices such as water boiler or a water tank). -- Updated demo mode data. -- Added extracting device manufacturer name. # 0.1.0 (24.07.2025) diff --git a/futurehome/README.md b/futurehome/README.md index 41d9179..308f59e 100644 --- a/futurehome/README.md +++ b/futurehome/README.md @@ -124,7 +124,7 @@ todo: links to the .ts service implementations below ## Services that are deprecated, unused, or removed in newer versions of the system. -| Service | Implementation status | +| Service | Description | | --- | --- | | appliance | | | blinds | | @@ -144,8 +144,12 @@ todo: links to the .ts service implementations below | meter_gas | | | meter_heating | | | meter_water | | +| schedule | Not recognized by the official app | +| schedule_entry | Not recognized by the official app | | sensor | | | siren | | +| sound_switch | Not recognized by the official app | +| time_parameters | Not recognized by the official app | | water_valve | | ## Virtual, unnecessary services (easily reproduced in stock Home Assistant) diff --git a/futurehome/config.yaml b/futurehome/config.yaml index b5e4206..2a91ace 100644 --- a/futurehome/config.yaml +++ b/futurehome/config.yaml @@ -1,6 +1,6 @@ # https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config name: Futurehome -version: "0.1.1" +version: "0.1.2" slug: futurehome description: Local Futurehome Smarthub integration url: "https://github.com/adrianjagielak/home-assistant-futurehome"