diff --git a/futurehome/CHANGELOG.md b/futurehome/CHANGELOG.md index c4d0081..02b1fdf 100644 --- a/futurehome/CHANGELOG.md +++ b/futurehome/CHANGELOG.md @@ -1,5 +1,9 @@ +## 1.6.0 (16.10.2025) + +- Added setting to always treat all devices as up. + ## 1.5.0 (16.10.2025) - Reverted: Add ability to specify a custom MQTT broker. diff --git a/futurehome/config.yaml b/futurehome/config.yaml index b68efb6..ea958fe 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.5.0' +version: '1.6.0' slug: futurehome description: Local Futurehome Smarthub integration url: 'https://github.com/adrianjagielak/home-assistant-futurehome'