From 1f567631928795cdac98b4e8fd9d016676edfdc0 Mon Sep 17 00:00:00 2001 From: Robert Resch Date: Mon, 29 Jan 2024 09:14:43 +0100 Subject: [PATCH] Add Ecovacs image entities (#31080) * Add Ecovacs image entities * Tiny tweak * tiny tweak --------- Co-authored-by: Franck Nijhof Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/ecovacs.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/_integrations/ecovacs.markdown b/source/_integrations/ecovacs.markdown index adb6556d828..f53a878e9b0 100644 --- a/source/_integrations/ecovacs.markdown +++ b/source/_integrations/ecovacs.markdown @@ -14,6 +14,7 @@ ha_domain: ecovacs ha_platforms: - binary_sensor - diagnostics + - image - select - sensor - vacuum @@ -36,6 +37,8 @@ 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`. +- **Image**: + - `Map`: The floorplan/map as an image in SVG format. - **Select**: - `Water amount`: Specify the water amount used during cleaning with the mop. - `Work mode`: Specify the mode, how the bot should clean.