mirror of
https://github.com/adrianjagielak/home-assistant-futurehome.git
synced 2025-09-13 07:37:09 +00:00
1.8 KiB
1.8 KiB
0.1.4 (25.07.2025)
- Added support for 'media_player' service.
- Removed demo mode 'optimistic' override causing switches to look weird.
- Updated demo mode fake state handling.
- Added support for 'siren_ctrl' service (alarm sirens).
0.1.3 (25.07.2025)
- Added support for 'chargepoint' service (EV chargers).
- Updated demo mode data to add thermostat with dual setpoint system (heat+cool).
- Added default entities names.
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.
- Updated 'thermostat' service implementation.
- Added logic to skip redundant services already represented by higher-level entities (e.g., sensor_temp/thermostat, sensor_wattemp/water_heater).
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.
- Changed the default 'sensor_lumin' unit from 'Lux' to 'lx'.
- Added support for 'indicator_ctrl' service (identify devices).
- Added support for 'barrier_ctrl' service (devices like garage doors, barriers, and window shades).
0.1.0 (24.07.2025)
Initial stable release
- 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 for details) (enough to be useful! 🎉).
0.0.1 (21.07.2025) - 0.0.38 (24.07.2025)
- Development.