v0.1.0 - Initial stable release

This commit is contained in:
Adrian Jagielak 2025-07-24 20:54:06 +02:00
parent ce5cb110a2
commit 7fb4a35a41
No known key found for this signature in database
GPG Key ID: 0818CF7AF6C62BFB
4 changed files with 17 additions and 9 deletions

View File

@ -10,10 +10,9 @@ Futurehome add-on for Home Assistant. Designed to be a complete drop-in replacem
This add-on: This add-on:
* Fetches all device metadata from the Futurehome hub and maps them to Home Assistant devices/entities. * 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 states and availability in real time.
* Fetches and updates device availability.
* Supports interaction with devices comparable to the official Futurehome app. * 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 youve 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.) (If youve 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.)
<!-- <!--

View File

@ -1,5 +1,15 @@
<!-- https://developers.home-assistant.io/docs/add-ons/presentation#keeping-a-changelog --> <!-- https://developers.home-assistant.io/docs/add-ons/presentation#keeping-a-changelog -->
## 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.

View File

@ -9,10 +9,9 @@ Futurehome add-on for Home Assistant. Designed to be a complete drop-in replacem
This add-on: This add-on:
* Fetches all device metadata from the Futurehome hub and maps them to Home Assistant devices/entities. * 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 states and availability in real time.
* Fetches and updates device availability.
* Supports interaction with devices comparable to the official Futurehome app. * 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 youve 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.) (If youve 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.)
<!-- <!--

View File

@ -1,6 +1,6 @@
# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config # https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config
name: Futurehome name: Futurehome
version: "0.0.38" version: "0.1.0"
slug: futurehome slug: futurehome
description: Local Futurehome Smarthub integration description: Local Futurehome Smarthub integration
url: "https://github.com/adrianjagielak/home-assistant-futurehome" url: "https://github.com/adrianjagielak/home-assistant-futurehome"