mirror of
https://github.com/adrianjagielak/home-assistant-futurehome.git
synced 2025-09-13 07:37:09 +00:00
v0.1.0 - Initial stable release
This commit is contained in:
parent
ce5cb110a2
commit
7fb4a35a41
@ -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,5 +1,15 @@
|
||||
<!-- 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.
|
||||
|
@ -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.)
|
||||
|
||||
<!--
|
||||
|
@ -1,6 +1,6 @@
|
||||
# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config
|
||||
name: Futurehome
|
||||
version: "0.0.38"
|
||||
version: "0.1.0"
|
||||
slug: futurehome
|
||||
description: Local Futurehome Smarthub integration
|
||||
url: "https://github.com/adrianjagielak/home-assistant-futurehome"
|
||||
|
Loading…
x
Reference in New Issue
Block a user