diff --git a/futurehome/CHANGELOG.md b/futurehome/CHANGELOG.md index 9279526..a68215d 100644 --- a/futurehome/CHANGELOG.md +++ b/futurehome/CHANGELOG.md @@ -1,5 +1,10 @@ +## 1.1.1 (24.09.2025) + +- Added error handling for invalid FIMP messages. +- Updated installation.md - clarified that users must select the MQTT Integration instead of the hub’s MQTT server, with step-by-step guidance provided (@Andbli). + ## 1.1.0 (24.09.2025) - Stop inclusion/exclusion after the first device is added/removed, just like in the official app. diff --git a/futurehome/config.yaml b/futurehome/config.yaml index dfcbd58..c25841f 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.1.0' +version: '1.1.1' slug: futurehome description: Local Futurehome Smarthub integration url: 'https://github.com/adrianjagielak/home-assistant-futurehome'