Fix bracket mix up (#1840)

This commit is contained in:
Robert Resch 2023-07-12 20:59:43 +02:00 committed by GitHub
parent 00176baa9a
commit 7b024e52d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,4 +10,4 @@ The Vacuum entity has seen some recent changes:
- The `battery_icon` + `battery_level` state attributes have been deprecated. Integrations can instead report battery status by adding a `sensor` with device class `battery` to the same device as the `vacuum` entity, see architecture discussion [938](https://github.com/home-assistant/architecture/discussions/938) for details.
- The `map` state attribute has been deprecated. Integrations can instead provide a map image by adding an `image` entity to the same device as the `vacuum` entity, see architecture discussion [939](https://github.com/home-assistant/architecture/discussions/939) for details.
For more details, refer to the (`vacuum` documentation)[/docs/core/entity/vacuum].
For more details, refer to the [`vacuum` documentation](/docs/core/entity/vacuum).