Update README.md

This commit is contained in:
Adrian Jagielak 2025-07-25 02:13:42 +02:00
parent d431ce7c8e
commit bf59106953
No known key found for this signature in database
GPG Key ID: 0818CF7AF6C62BFB
2 changed files with 20 additions and 20 deletions

View File

@ -128,13 +128,13 @@ todo: links to the .ts service implementations below
| Service | Description | | Service | Description |
| --- | --- | | --- | --- |
| appliance | | | appliance | |
| blinds | | | blinds | Replaced by barrier_ctrl |
| boiler | | | boiler | Replaced by water_heater |
| fan | | | fan | Replaced by fan_ctrl|
| fire_detector | | | fire_detector | Replaced by alarm_fire|
| garage_door | | | garage_door | Replaced by barrier_ctrl|
| gas_detector | | | gas_detector | Replaced by alarm_gas |
| gate | | | gate | Replaced by barrier_ctrl |
| heat_detector | | | heat_detector | |
| heat_pump | | | heat_pump | |
| heater | | | heater | |
@ -148,16 +148,16 @@ todo: links to the .ts service implementations below
| schedule | Not recognized by the official app | | schedule | Not recognized by the official app |
| schedule_entry | Not recognized by the official app | | schedule_entry | Not recognized by the official app |
| sensor | | | sensor | |
| siren | | | siren | Replaced by siren_ctrl|
| sound_switch | Not recognized by the official app | | sound_switch | Not recognized by the official app |
| time_parameters | Not recognized by the official app | | time_parameters | Not recognized by the official app |
| water_valve | | | water_valve | |
## Virtual, unnecessary services (easily reproduced in stock Home Assistant) ## Virtual, unnecessary services (easily reproduced in stock Home Assistant)
| Service | Implementation status | | Service | Description |
| --- | --- | | --- | --- |
| virtual_meter_elec | | | virtual_meter_elec | A virtual electricity meter that estimates energy usage by multiplying the device's configured average power consumption with its operating duration. |
## System or meta, not essential services ## System or meta, not essential services

View File

@ -127,13 +127,13 @@ todo: links to the .ts service implementations below
| Service | Description | | Service | Description |
| --- | --- | | --- | --- |
| appliance | | | appliance | |
| blinds | | | blinds | Replaced by barrier_ctrl |
| boiler | | | boiler | Replaced by water_heater |
| fan | | | fan | Replaced by fan_ctrl|
| fire_detector | | | fire_detector | Replaced by alarm_fire|
| garage_door | | | garage_door | Replaced by barrier_ctrl|
| gas_detector | | | gas_detector | Replaced by alarm_gas |
| gate | | | gate | Replaced by barrier_ctrl |
| heat_detector | | | heat_detector | |
| heat_pump | | | heat_pump | |
| heater | | | heater | |
@ -147,16 +147,16 @@ todo: links to the .ts service implementations below
| schedule | Not recognized by the official app | | schedule | Not recognized by the official app |
| schedule_entry | Not recognized by the official app | | schedule_entry | Not recognized by the official app |
| sensor | | | sensor | |
| siren | | | siren | Replaced by siren_ctrl|
| sound_switch | Not recognized by the official app | | sound_switch | Not recognized by the official app |
| time_parameters | Not recognized by the official app | | time_parameters | Not recognized by the official app |
| water_valve | | | water_valve | |
## Virtual, unnecessary services (easily reproduced in stock Home Assistant) ## Virtual, unnecessary services (easily reproduced in stock Home Assistant)
| Service | Implementation status | | Service | Description |
| --- | --- | | --- | --- |
| virtual_meter_elec | | | virtual_meter_elec | A virtual electricity meter that estimates energy usage by multiplying the device's configured average power consumption with its operating duration. |
## System or meta, not essential services ## System or meta, not essential services