Remove no longer needed deprecation warning in vacuum (#2694)

This commit is contained in:
G Johansson 2025-06-10 12:15:25 +02:00 committed by GitHub
parent 6904c6f3c2
commit 1ff344309a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,10 +11,6 @@ Derive entity platforms from [`homeassistant.components.vacuum.StateVacuumEntity
Properties should always only return information from memory and not do I/O (like network requests). Implement `update()` or `async_update()` to fetch data. Properties should always only return information from memory and not do I/O (like network requests). Implement `update()` or `async_update()` to fetch data.
::: :::
:::note
`VacuumEntity` is deprecated and will be removed in future releases. Please use or migrate to the `StateVacuumEntity`
:::
| Name | Type | Default | Description | Name | Type | Default | Description
| ---- | ---- | ------- | ----------- | ---- | ---- | ------- | -----------
| battery_icon | string | function | Battery icon to show in UI. | battery_icon | string | function | Battery icon to show in UI.