From f4081967a25269678af93ccd54e732c8dd5c6ef2 Mon Sep 17 00:00:00 2001 From: Andy Date: Wed, 28 Feb 2024 16:35:47 +0100 Subject: [PATCH] Add ecovacs mower (#31654) --- source/_integrations/ecovacs.markdown | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/source/_integrations/ecovacs.markdown b/source/_integrations/ecovacs.markdown index 3410cdb3024..74c6748b676 100644 --- a/source/_integrations/ecovacs.markdown +++ b/source/_integrations/ecovacs.markdown @@ -1,8 +1,9 @@ --- title: Ecovacs -description: Instructions on how to integrate Ecovacs vacuums within Home Assistant. +description: Instructions on how to integrate Ecovacs vacuums and mowers within Home Assistant. ha_category: - Hub + - Lawn mower - Vacuum ha_iot_class: Cloud Push ha_release: 0.77 @@ -10,6 +11,7 @@ ha_codeowners: - '@OverloadUT' - '@mib1185' - '@edenhaus' + - '@Augar' ha_config_flow: true ha_domain: ecovacs ha_platforms: @@ -17,6 +19,7 @@ ha_platforms: - button - diagnostics - image + - lawn_mower - number - select - sensor @@ -25,7 +28,7 @@ ha_platforms: ha_integration_type: integration --- -The `ecovacs` {% term integration %} is the main integration to integrate [Ecovacs](https://www.ecovacs.com) (Deebot) vacuums. You will need your Ecovacs account information (username, password) to discover and control vacuums in your account. +The `ecovacs` {% term integration %} is the main integration to integrate [Ecovacs](https://www.ecovacs.com) (Deebot) vacuums and mowers. You will need your Ecovacs account information (username, password) to discover and control vacuums and mowers in your account. {% include integrations/config_flow.md %}