Add ecovacs mower (#31654)

This commit is contained in:
Andy 2024-02-28 16:35:47 +01:00 committed by GitHub
parent 501b02010b
commit f4081967a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 %}