Compare commits

..

15 Commits

Author SHA1 Message Date
Adrian Jagielak
7e3d56cec1
v1.2.1 2025-09-27 02:26:33 +02:00
Adrian Jagielak
a8c61c4658
Revert "Use light entity for out_lvl_switch if the device type is "light""
This reverts commit 50500e97be95ec3dfde929e27e776242848b5425.
2025-09-27 02:25:52 +02:00
Adrian Jagielak
653df93807
v1.2.0 2025-09-26 20:00:52 +02:00
Adrian Jagielak
50500e97be
Use light entity for out_lvl_switch if the device type is "light" 2025-09-26 20:00:11 +02:00
Adrian Jagielak
f216f4b719
v1.1.2 2025-09-25 00:41:48 +02:00
dependabot[bot]
e7cab97142
Bump home-assistant/builder from 2025.03.0 to 2025.09.0 (#6) 2025-09-25 00:41:47 +02:00
dependabot[bot]
e39bfbcde8
Bump actions/checkout from 4.2.2 to 5.0.0 (#2) 2025-09-25 00:41:47 +02:00
dependabot[bot]
060ae593f8
Bump docker/login-action from 3.4.0 to 3.5.0 (#1) 2025-09-25 00:41:47 +02:00
Adrian Jagielak
383980d5f8
v1.1.1 2025-09-25 00:41:47 +02:00
Adrian Jagielak
41cd550225
Add error handling for invalid FIMP messages 2025-09-25 00:41:47 +02:00
Andreas
060947e06b
Update installation.md (#7)
Clarify that users must select the MQTT Integration instead of the hub’s MQTT server, with step-by-step guidance provided.
2025-09-25 00:41:47 +02:00
Adrian Jagielak
a05e96bae0
v1.1.0 2025-09-25 00:41:47 +02:00
Adrian Jagielak
000537585d
Stop inclusion/exclusion after the first report 2025-09-25 00:41:47 +02:00
Adrian Jagielak
351274f56e
Allow empty Thingsplex credentials (#3) 2025-09-25 00:41:47 +02:00
Andreas
a8e5b00275
Improve GUI security by hiding passwords by default (#5)
Replaced 'str?' with 'password?' for fh_password and tp_password
2025-09-25 00:41:47 +02:00
2 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,13 @@
<!-- https://developers.home-assistant.io/docs/add-ons/presentation#keeping-a-changelog -->
## 1.2.1 (26.09.2025)
- Revert 'Use `light` entity for out_lvl_switch if the device type is "light"'.
## 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).

View File

@ -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'