From e17a4eaec7c986518b266af8faf0bccb6ebeeb80 Mon Sep 17 00:00:00 2001 From: Adrian Jagielak Date: Tue, 29 Jul 2025 00:40:32 +0200 Subject: [PATCH] v1.0.0 --- futurehome/CHANGELOG.md | 12 ++++++++++-- futurehome/config.yaml | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/futurehome/CHANGELOG.md b/futurehome/CHANGELOG.md index 95d1bdf..7b0466f 100644 --- a/futurehome/CHANGELOG.md +++ b/futurehome/CHANGELOG.md @@ -1,5 +1,13 @@ +## 1.0.0 (28.07.2025) + +**Initial stable release** + +## 0.1.15 (28.07.2025) + +- Added updated installation guide. + ## 0.1.10 (28.07.2025) - Allowed unpairing of devices using any adapter. @@ -71,9 +79,9 @@ - Added support for 'indicator_ctrl' service (identify devices). - Added support for 'barrier_ctrl' service (devices like garage doors, barriers, and window shades). -# 0.1.0 (24.07.2025) +## 0.1.0 (24.07.2025) -**Initial stable release** +**Initial beta release** * Integration with Futurehome hub: maps all device metadata to Home Assistant devices/entities. * Real-time updates for device states and availability. diff --git a/futurehome/config.yaml b/futurehome/config.yaml index 993f096..ef77d93 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.17' +version: '1.0.0' slug: futurehome description: Local Futurehome Smarthub integration url: 'https://github.com/adrianjagielak/home-assistant-futurehome'