diff --git a/futurehome/CHANGELOG.md b/futurehome/CHANGELOG.md index 34328f2..d79ebaf 100644 --- a/futurehome/CHANGELOG.md +++ b/futurehome/CHANGELOG.md @@ -1,5 +1,9 @@ +## 1.4.0 (13.10.2025) + +- Added ability to specify a custom MQTT broker. + ## 1.3.1 (28.09.2025) - Revert upgrading dependencies. diff --git a/futurehome/config.yaml b/futurehome/config.yaml index 650c5b7..8bf7958 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.3.1' +version: '1.4.0' slug: futurehome description: Local Futurehome Smarthub integration url: 'https://github.com/adrianjagielak/home-assistant-futurehome'