diff --git a/futurehome/CHANGELOG.md b/futurehome/CHANGELOG.md index 7af324f..d359cb9 100644 --- a/futurehome/CHANGELOG.md +++ b/futurehome/CHANGELOG.md @@ -1,5 +1,9 @@ +## 1.2.0 (26.09.2025) + +- Use `light` entity for out_lvl_switch if the device type is "light". + ## 1.1.2 (24.09.2025) - Bumped dependencies (#1, #2, #6). diff --git a/futurehome/config.yaml b/futurehome/config.yaml index 5b816b7..d4cea9f 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.2' +version: '1.2.0' slug: futurehome description: Local Futurehome Smarthub integration url: 'https://github.com/adrianjagielak/home-assistant-futurehome'