From 7fb4a35a41e672d4349656dc8942d442fa4b00ce Mon Sep 17 00:00:00 2001 From: Adrian Jagielak Date: Thu, 24 Jul 2025 20:54:06 +0200 Subject: [PATCH] v0.1.0 - Initial stable release --- README.md | 5 ++--- futurehome/CHANGELOG.md | 14 ++++++++++++-- futurehome/README.md | 5 ++--- futurehome/config.yaml | 2 +- 4 files changed, 17 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index ccae36e..78eee62 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,9 @@ Futurehome add-on for Home Assistant. Designed to be a complete drop-in replacem This add-on: * Fetches all device metadata from the Futurehome hub and maps them to Home Assistant devices/entities. -* Fetches and updates device states. -* Fetches and updates device availability. +* Fetches and updates device states and availability in real time. * Supports interaction with devices comparable to the official Futurehome app. -* Supports pairing of new Zigbee, Z-Wave, and Futurehome devices (work-in-progress). +* Supports pairing of new Zigbee, Z-Wave, and Futurehome devices (work-in-progress). (If you’ve previously used third-party integrations—e.g. Philips Hue—you can still interact with those devices, as long as they're paired with the hub. However, it's generally recommended to use the appropriate Home Assistant integration directly for such devices.) -## 1.0.0 (release notes from the future!) -- Initial release +## 0.1.0 (24.07.2025) + +**Initial stable release** + +* Integration with Futurehome hub: maps all device metadata to Home Assistant devices/entities. +* Real-time updates for device states and availability. +* Device control features aligned with the official Futurehome app. +* Supports most Futurehome services (see [README](https://github.com/adrianjagielak/home-assistant-futurehome) for details) (enough to be useful! 🎉). + +## 0.0.1 (21.07.2025) - 0.0.38 (24.07.2025) + +- Development. diff --git a/futurehome/README.md b/futurehome/README.md index 105fdf4..c42ee0c 100644 --- a/futurehome/README.md +++ b/futurehome/README.md @@ -9,10 +9,9 @@ Futurehome add-on for Home Assistant. Designed to be a complete drop-in replacem This add-on: * Fetches all device metadata from the Futurehome hub and maps them to Home Assistant devices/entities. -* Fetches and updates device states. -* Fetches and updates device availability. +* Fetches and updates device states and availability in real time. * Supports interaction with devices comparable to the official Futurehome app. -* Supports pairing of new Zigbee, Z-Wave, and Futurehome devices (work-in-progress). +* Supports pairing of new Zigbee, Z-Wave, and Futurehome devices (work-in-progress). (If you’ve previously used third-party integrations—e.g. Philips Hue—you can still interact with those devices, as long as they're paired with the hub. However, it's generally recommended to use the appropriate Home Assistant integration directly for such devices.)