From 36168c1101294ecaea8b7674cadd9d25f2ce2d7e Mon Sep 17 00:00:00 2001 From: Adrian Jagielak Date: Sat, 16 May 2026 23:59:35 +0200 Subject: [PATCH] v1.6.2 --- futurehome/CHANGELOG.md | 4 ++++ futurehome/config.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/futurehome/CHANGELOG.md b/futurehome/CHANGELOG.md index c8b5ad1..e705957 100644 --- a/futurehome/CHANGELOG.md +++ b/futurehome/CHANGELOG.md @@ -1,5 +1,9 @@ +## 1.6.2 (16.05.2026) + +- Fix invalid device_class + unit_of_measurement combinations for HA 2026.5 (#32). + ## 1.6.1 (16.10.2025) - Tweaked 'Ignore Availability Reports' setting. diff --git a/futurehome/config.yaml b/futurehome/config.yaml index 4340b61..3e185b7 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.6.1' +version: '1.6.2' slug: futurehome description: Local Futurehome Smarthub integration url: 'https://github.com/adrianjagielak/home-assistant-futurehome'