Remove battery properties from vacuum entity (#2695)

Co-authored-by: Franck Nijhof <git@frenck.dev>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
G Johansson
2025-07-02 19:37:02 +02:00
committed by GitHub
parent 77d0ea69c8
commit 805d4e37aa
2 changed files with 16 additions and 3 deletions

View File

@@ -13,8 +13,6 @@ Properties should always only return information from memory and not do I/O (lik
| Name | Type | Default | Description
| ---- | ---- | ------- | -----------
| battery_icon | string | function | Battery icon to show in UI.
| battery_level | int | `none` | Current battery level.
| fan_speed | string | `none` | The current fan speed.
| fan_speed_list | list | `NotImplementedError()`| List of available fan speeds.
| name | string | **Required** | Name of the entity.
@@ -42,7 +40,6 @@ must set the `VacuumEntityFeature.STATE` flag.
| Value | Description |
| -------------- | ---------------------------------------------------- |
| `BATTERY` | The vacuum supports retrieving battery status. |
| `CLEAN_SPOT` | The vacuum supports spot cleaning. |
| `FAN_SPEED` | The vacuum supports setting fan speed. |
| `LOCATE` | The vacuum supports locating. |