This commit is contained in:
Adrian Jagielak 2025-09-26 20:00:52 +02:00
parent 50500e97be
commit 653df93807
No known key found for this signature in database
GPG Key ID: 0818CF7AF6C62BFB
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
<!-- https://developers.home-assistant.io/docs/add-ons/presentation#keeping-a-changelog --> <!-- https://developers.home-assistant.io/docs/add-ons/presentation#keeping-a-changelog -->
## 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) ## 1.1.2 (24.09.2025)
- Bumped dependencies (#1, #2, #6). - Bumped dependencies (#1, #2, #6).

View File

@ -1,6 +1,6 @@
# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config # https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config
name: Futurehome name: Futurehome
version: '1.1.2' version: '1.2.0'
slug: futurehome slug: futurehome
description: Local Futurehome Smarthub integration description: Local Futurehome Smarthub integration
url: 'https://github.com/adrianjagielak/home-assistant-futurehome' url: 'https://github.com/adrianjagielak/home-assistant-futurehome'