mirror of
https://github.com/adrianjagielak/home-assistant-futurehome.git
synced 2025-10-04 10:47:10 +00:00
v1.1.0
This commit is contained in:
parent
4948d2abbe
commit
e9caeb3656
@ -7,6 +7,8 @@ Futurehome add-on for Home Assistant. Designed to be a complete drop-in replacem
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
[Watch the official add-on demo video](https://www.youtube.com/watch?v=dmEy6R49CC0)
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
This add-on:
|
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?**
|
**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.
|
By using both public and reverse-engineered local APIs, this add-on is able to fully replicate the functionality of the Futurehome app.
|
||||||
|
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
<!-- 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.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)
|
## 1.0.2 (16.09.2025)
|
||||||
|
|
||||||
- Added logging the initial devices response.
|
- Added logging the initial devices response.
|
||||||
|
@ -6,6 +6,8 @@ Futurehome add-on for Home Assistant. Designed to be a complete drop-in replacem
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
[Watch the official add-on demo video](https://www.youtube.com/watch?v=dmEy6R49CC0)
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
This add-on:
|
This add-on:
|
||||||
|
@ -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: '1.0.2'
|
version: '1.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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user