mirror of
https://github.com/adrianjagielak/home-assistant-futurehome.git
synced 2025-11-18 09:09:03 +00:00
Update docs
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
<!-- https://developers.home-assistant.io/docs/add-ons/presentation#keeping-a-changelog -->
|
||||
|
||||
|
||||
## 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.
|
||||
|
||||
## 0.1.1 (24.07.2025)
|
||||
|
||||
- Set 'battery' entity category to 'diagnostic' to hide it from the main HA view.
|
||||
@@ -8,9 +14,6 @@
|
||||
- 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).
|
||||
- Added support for 'water_heater' service (devices such as water boiler or a water tank).
|
||||
- Updated demo mode data.
|
||||
- Added extracting device manufacturer name.
|
||||
|
||||
# 0.1.0 (24.07.2025)
|
||||
|
||||
|
||||
@@ -124,7 +124,7 @@ todo: links to the .ts service implementations below
|
||||
|
||||
## Services that are deprecated, unused, or removed in newer versions of the system.
|
||||
|
||||
| Service | Implementation status |
|
||||
| Service | Description |
|
||||
| --- | --- |
|
||||
| appliance | |
|
||||
| blinds | |
|
||||
@@ -144,8 +144,12 @@ todo: links to the .ts service implementations below
|
||||
| meter_gas | |
|
||||
| meter_heating | |
|
||||
| meter_water | |
|
||||
| schedule | Not recognized by the official app |
|
||||
| schedule_entry | Not recognized by the official app |
|
||||
| sensor | |
|
||||
| siren | |
|
||||
| sound_switch | Not recognized by the official app |
|
||||
| time_parameters | Not recognized by the official app |
|
||||
| water_valve | |
|
||||
|
||||
## Virtual, unnecessary services (easily reproduced in stock Home Assistant)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config
|
||||
name: Futurehome
|
||||
version: "0.1.1"
|
||||
version: "0.1.2"
|
||||
slug: futurehome
|
||||
description: Local Futurehome Smarthub integration
|
||||
url: "https://github.com/adrianjagielak/home-assistant-futurehome"
|
||||
|
||||
Reference in New Issue
Block a user