From 16a4fb3181a408040784fd020e59111e3b7e96f4 Mon Sep 17 00:00:00 2001 From: Adrian Jagielak Date: Sun, 28 Sep 2025 14:59:18 +0200 Subject: [PATCH] v1.3.0 --- 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 82bb267..d7cd18e 100644 --- a/futurehome/CHANGELOG.md +++ b/futurehome/CHANGELOG.md @@ -1,5 +1,9 @@ +## 1.3.0 (28.09.2025) + +- Use proper `light` entity for out_lvl_switch if the device type is "light", instead of generic `number` level switch (thanks @Andbli for help!). + ## 1.2.1 (26.09.2025) - Revert 'Use `light` entity for out_lvl_switch if the device type is "light"'. diff --git a/futurehome/config.yaml b/futurehome/config.yaml index f25797b..4574368 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.2.1' +version: '1.3.0' slug: futurehome description: Local Futurehome Smarthub integration url: 'https://github.com/adrianjagielak/home-assistant-futurehome'