2025-07-21 15:20:40 +02:00
<!-- https://developers.home-assistant.io/docs/add-ons/presentation #keeping -a-changelog -->
2025-09-24 23:54:15 +02:00
## 1.1.1 (24.09.2025)
- Added error handling for invalid FIMP messages.
- Updated installation.md - clarified that users must select the MQTT Integration instead of the hub’ s MQTT server, with step-by-step guidance provided (@Andbli ).
2025-09-24 21:25:50 +02:00
## 1.1.0 (24.09.2025)
- Stop inclusion/exclusion after the first device is added/removed, just like in the official app.
- Add configuration checkbox for allowing empty Thingsplex credentials (#3 ).
- Improved GUI security by hiding passwords by default (#4 , #5 ) (thanks @Andbli !).
2025-09-16 12:44:38 +02:00
## 1.0.2 (16.09.2025)
- Added logging the initial devices response.
2025-07-29 00:48:24 +02:00
## 1.0.1 (28.07.2025)
- Updated README.md.
2025-07-29 00:40:32 +02:00
## 1.0.0 (28.07.2025)
**Initial stable release**
## 0.1.15 (28.07.2025)
- Added updated installation guide.
2025-07-28 22:38:00 +02:00
## 0.1.10 (28.07.2025)
- Allowed unpairing of devices using any adapter.
2025-07-28 17:34:41 +02:00
## 0.1.9 (28.07.2025)
- Added icon.
2025-07-28 13:48:11 +02:00
## 0.1.8 (28.07.2025)
- Added logo.
2025-07-28 14:18:42 +02:00
- Added support for pairing new devices.
2025-07-28 16:12:12 +02:00
- Added support for unpairing devices.
2025-07-28 16:13:18 +02:00
- Fixed using the unit reported by the numerical sensor.
2025-07-28 16:14:36 +02:00
- Added restarting the add-on when disconnected from the hub or Home Assistant
2025-07-28 16:15:35 +02:00
- Updated demo mode data.
2025-07-28 16:16:19 +02:00
- Added more delays when initializing the demo mode.
2025-07-28 13:48:11 +02:00
2025-07-27 01:50:10 +02:00
## 0.1.7 (26.07.2025)
- Added setting for enabling debug log.
2025-07-27 02:09:51 +02:00
- Reset all devices each time when starting in demo mode.
2025-07-27 01:50:10 +02:00
2025-07-26 21:28:23 +02:00
## 0.1.6 (26.07.2025)
- Improved MQTT components interfaces.
- Refactored sensors.
2025-07-26 23:06:00 +02:00
- Added support for 'meter_*' services (electricity meters, gas meters, water meters, heating meters, cooling meters).
- Added support for 'sound_switch' service (sound emitters).
2025-07-26 23:28:24 +02:00
- Added support for 'door_lock' service (door locks).
2025-07-26 23:38:06 +02:00
- Added support for 'user_code' service (keypads).
2025-07-26 23:53:49 +02:00
- Added support for 'schedule_entry' service (for scheduling access).
2025-07-26 23:59:57 +02:00
- Added support for 'doorman' service (Yale door locks).
2025-07-27 00:14:09 +02:00
- Added support for 'complex_alarm_system' service (part of alarm sirens control).
2025-07-27 00:31:18 +02:00
- Added support for 'dev_sys' service (reboot device).
2025-07-27 01:08:05 +02:00
- Added support for 'parameters' service (advanced configuration of a device).
2025-07-27 01:28:48 +02:00
- Hide the fallback 'basic' Z-Wave service unless it is the only service present.
2025-07-21 15:20:40 +02:00
2025-07-26 02:38:22 +02:00
## 0.1.5 (25.07.2025)
- Added support for 'alarm_*' services (alarms).
2025-07-25 15:40:28 +02:00
## 0.1.4 (25.07.2025)
- Added support for 'media_player' service.
2025-07-25 15:43:39 +02:00
- Removed demo mode 'optimistic' override causing switches to look weird.
2025-07-25 16:03:41 +02:00
- Updated demo mode fake state handling.
2025-07-25 21:10:57 +02:00
- Added support for 'siren_ctrl' service (alarm sirens).
2025-07-25 15:40:28 +02:00
2025-07-25 13:32:50 +02:00
## 0.1.3 (25.07.2025)
- Added support for 'chargepoint' service (EV chargers).
2025-07-25 13:33:58 +02:00
- Updated demo mode data to add thermostat with dual setpoint system (heat+cool).
2025-07-25 14:38:10 +02:00
- Added default entities names.
2025-07-25 13:32:50 +02:00
2025-07-25 01:07:19 +02:00
## 0.1.2 (24.07.2025)
- Added support for 'water_heater' service (devices such as water boiler or a water tank).
- Updated demo mode data.
- Added extracting device manufacturer name.
2025-07-25 01:31:34 +02:00
- Updated 'thermostat' service implementation.
2025-07-25 01:58:13 +02:00
- Added logic to skip redundant services already represented by higher-level entities (e.g., sensor_temp/thermostat, sensor_wattemp/water_heater).
2025-07-25 01:07:19 +02:00
2025-07-24 20:57:05 +02:00
## 0.1.1 (24.07.2025)
- Set 'battery' entity category to 'diagnostic' to hide it from the main HA view.
- Do not expose 'battery' entity twice if it supports both level and low/high binary state.
2025-07-24 20:59:16 +02:00
- Changed the default 'sensor_lumin' unit from 'Lux' to 'lx'.
2025-07-24 22:50:34 +02:00
- Added support for 'indicator_ctrl' service (identify devices).
2025-07-24 23:14:34 +02:00
- Added support for 'barrier_ctrl' service (devices like garage doors, barriers, and window shades).
2025-07-24 20:57:05 +02:00
2025-07-29 00:40:32 +02:00
## 0.1.0 (24.07.2025)
2025-07-24 20:54:06 +02:00
2025-07-29 00:40:32 +02:00
**Initial beta release**
2025-07-24 20:54:06 +02:00
* Integration with Futurehome hub: maps all device metadata to Home Assistant devices/entities.
* Real-time updates for device states and availability.
* Device control features aligned with the official Futurehome app.
* Supports most Futurehome services (see [README ](https://github.com/adrianjagielak/home-assistant-futurehome ) for details) (enough to be useful! 🎉).
## 0.0.1 (21.07.2025) - 0.0.38 (24.07.2025)
- Development.