From a05e96bae0e50a69dc2f5a8683b2efe1c01970bd Mon Sep 17 00:00:00 2001 From: Adrian Jagielak Date: Wed, 24 Sep 2025 21:25:50 +0200 Subject: [PATCH] v1.1.0 --- README.md | 4 +++- futurehome/CHANGELOG.md | 6 ++++++ futurehome/README.md | 2 ++ futurehome/config.yaml | 2 +- 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ad7f2f..e37829f 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ Futurehome add-on for Home Assistant. Designed to be a complete drop-in replacem ![Pairing example](https://raw.githubusercontent.com/adrianjagielak/home-assistant-futurehome/refs/heads/master/docs/assets/pairing.gif) +[Watch the official add-on demo video](https://www.youtube.com/watch?v=dmEy6R49CC0) + ## Features This add-on: @@ -96,7 +98,7 @@ Some services are more common than others; some are deprecated entirely. **Q: But I thought Futurehome was going to disable the local API after a short grace period, as stated in the [Subscription FAQ](https://archive.ph/UBjdJ). What gives?** -While that was initially stated, the latest hub firmware keeps the local API open indefinitely. There is currently no built-in mechanism in the firmware to disable it after a certain period, unless you update to a newer firmware. This has also been confirmed in the updated [Subscription FAQ](https://support.futurehome.no/hc/en-no/articles/28158944965277-FAQ-Subscription). +While that was initially stated, the latest hub firmware keeps the local API open indefinitely. There is currently no built-in mechanism in the firmware to disable it after a certain period, unless you update to a newer firmware. This has also been confirmed in the updated [Subscription FAQ](https://support.futurehome.no/hc/en-no/articles/28158944965277-FAQ-Subscription). By using both public and reverse-engineered local APIs, this add-on is able to fully replicate the functionality of the Futurehome app. diff --git a/futurehome/CHANGELOG.md b/futurehome/CHANGELOG.md index 65eb2fe..9279526 100644 --- a/futurehome/CHANGELOG.md +++ b/futurehome/CHANGELOG.md @@ -1,5 +1,11 @@ +## 1.1.0 (24.09.2025) + +- Stop inclusion/exclusion after the first device is added/removed, just like in the official app. +- Add configuration checkbox for allowing empty Thingsplex credentials (#3). +- Improved GUI security by hiding passwords by default (#4, #5) (thanks @Andbli !). + ## 1.0.2 (16.09.2025) - Added logging the initial devices response. diff --git a/futurehome/README.md b/futurehome/README.md index 341ceb9..b9ae54a 100644 --- a/futurehome/README.md +++ b/futurehome/README.md @@ -6,6 +6,8 @@ Futurehome add-on for Home Assistant. Designed to be a complete drop-in replacem ![Pairing example](https://raw.githubusercontent.com/adrianjagielak/home-assistant-futurehome/refs/heads/master/docs/assets/pairing.gif) +[Watch the official add-on demo video](https://www.youtube.com/watch?v=dmEy6R49CC0) + ## Features This add-on: diff --git a/futurehome/config.yaml b/futurehome/config.yaml index 5d18310..dfcbd58 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: '1.0.2' +version: '1.1.0' slug: futurehome description: Local Futurehome Smarthub integration url: 'https://github.com/adrianjagielak/home-assistant-futurehome'