This commit is contained in:
Adrian Jagielak 2025-10-16 20:16:11 +02:00
parent 9f2feea8c1
commit 45182a6416
No known key found for this signature in database
GPG Key ID: 0818CF7AF6C62BFB
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
<!-- 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.6.0 (16.10.2025)
- Added setting to always treat all devices as up.
## 1.5.0 (16.10.2025) ## 1.5.0 (16.10.2025)
- Reverted: Add ability to specify a custom MQTT broker. - Reverted: Add ability to specify a custom MQTT broker.

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: '1.5.0' version: '1.6.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'