From 1ff344309ab1259d3edbe4471b085f8c8c0e92a0 Mon Sep 17 00:00:00 2001 From: G Johansson Date: Tue, 10 Jun 2025 12:15:25 +0200 Subject: [PATCH] Remove no longer needed deprecation warning in vacuum (#2694) --- docs/core/entity/vacuum.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/core/entity/vacuum.md b/docs/core/entity/vacuum.md index 2aac63ca..ac581a49 100644 --- a/docs/core/entity/vacuum.md +++ b/docs/core/entity/vacuum.md @@ -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. ::: -:::note -`VacuumEntity` is deprecated and will be removed in future releases. Please use or migrate to the `StateVacuumEntity` -::: - | Name | Type | Default | Description | ---- | ---- | ------- | ----------- | battery_icon | string | function | Battery icon to show in UI.