mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-13 12:26:29 +00:00
Remove no longer needed deprecation warning in vacuum (#2694)
This commit is contained in:
parent
6904c6f3c2
commit
1ff344309a
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user