Compare commits

..

13 Commits

Author SHA1 Message Date
Adrian Jagielak
31d293974c
v1.1.2 2025-09-25 00:33:36 +02:00
dependabot[bot]
e09f84058e
Bump home-assistant/builder from 2025.03.0 to 2025.09.0 (#6) 2025-09-25 00:31:45 +02:00
dependabot[bot]
a76ebf360b
Bump actions/checkout from 4.2.2 to 5.0.0 (#2) 2025-09-25 00:31:45 +02:00
dependabot[bot]
aa74ff9f10
Bump docker/login-action from 3.4.0 to 3.5.0 (#1) 2025-09-25 00:31:45 +02:00
Adrian Jagielak
0c64d5e2da
v1.1.1 2025-09-24 23:55:26 +02:00
Adrian Jagielak
c611be58de
Add error handling for invalid FIMP messages 2025-09-24 23:52:39 +02:00
Andreas
f25c437ed3
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-24 23:51:17 +02:00
Adrian Jagielak
e9caeb3656
v1.1.0 2025-09-24 21:33:31 +02:00
Adrian Jagielak
4948d2abbe
Stop inclusion/exclusion after the first report 2025-09-24 21:23:16 +02:00
Adrian Jagielak
57124f6b4c
Allow empty Thingsplex credentials (#3) 2025-09-24 21:22:28 +02:00
Jagi ᯅ
d57edc66b2
Improve GUI security by hiding passwords by default (#5) 2025-09-24 14:14:34 +02:00
Andreas
2681761a69
Merge pull request #1 from Andbli/gui-security-patch
Improve GUI security by hiding password by default.
2025-09-21 17:37:21 +02:00
Andreas
785864ae03
Improve GUI security by hiding password by default.
Replaced 'str?' with 'password?' for fh_password and tp_password
2025-09-21 17:36:21 +02:00
2 changed files with 1 additions and 9 deletions

View File

@ -1,13 +1,5 @@
<!-- 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.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) ## 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.2.0' version: '1.1.2'
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'