From 144fb3fd136b0ff8e641b050f1017540811142f0 Mon Sep 17 00:00:00 2001 From: Robert Resch Date: Wed, 31 Jan 2024 09:05:57 +0100 Subject: [PATCH] Add Ecovacs button entities (#31160) --- source/_integrations/ecovacs.markdown | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/_integrations/ecovacs.markdown b/source/_integrations/ecovacs.markdown index f53a878e9b0..7897f44d239 100644 --- a/source/_integrations/ecovacs.markdown +++ b/source/_integrations/ecovacs.markdown @@ -13,6 +13,7 @@ ha_codeowners: ha_domain: ecovacs ha_platforms: - binary_sensor + - button - diagnostics - image - select @@ -37,6 +38,9 @@ Additionally, **depending on your model**, the integration provides the followin - **Binary sensor**: - `Mop attached`: On if the mop is attached. Note: If you do not see the state change to `Mop attached` in Home Assistant, you may need to wake up the robot in order to push the state change. Some models report an entity state change only if the overall status of the vacuum has changed. For example, if the overall state changes from `docked` to `cleaning`. +- **Button**: + - `Reset lifespan`: For each supported component an button entity to reset the lifespan will be created. All disabled by default + - `Relocate`: Button entity to trigger manual relocation. - **Image**: - `Map`: The floorplan/map as an image in SVG format. - **Select**: @@ -44,7 +48,7 @@ Additionally, **depending on your model**, the integration provides the followin - `Work mode`: Specify the mode, how the bot should clean. - **Sensor**: - `Error`: The error code and a description of the error. `0` means no error. Disabled by default - - `Lifespan`: For each component an entity with the remaining lifespan will be created + - `Lifespan`: For each supported component an entity with the remaining lifespan will be created - `Network`: The following network related entities will be created. All disabled by default - `Ip address` - `Wi-Fi RSSI`