Add Ecovacs MQTT integration

This commit is contained in:
Robert Resch 2024-01-11 18:57:44 +01:00 committed by GitHub
parent 01c6a14cf1
commit d90d96ee1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 35 additions and 2 deletions

View File

@ -1,5 +1,5 @@
---
title: Ecovacs
title: Ecovacs Legacy
description: Instructions on how to integrate Ecovacs vacuums within Home Assistant.
ha_category:
- Hub
@ -15,7 +15,8 @@ ha_platforms:
ha_integration_type: integration
---
The `ecovacs` integration is the main integration to integrate all [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` integration is the legacy integration to integrate [Ecovacs](https://www.ecovacs.com) (Deebot) vacuums. For newer devices, please check [Ecovacs MQTT](./ecovacs_mqtt.markdown)
You will need your Ecovacs account information (username, password) to discover and control vacuums in your account.
There is currently support for the following device types within Home Assistant:

View File

@ -0,0 +1,32 @@
---
title: Ecovacs MQTT
description: Instructions on how to integrate Ecovacs mqtt devices within Home Assistant.
ha_category:
- Vacuum
ha_release: 2024.2
ha_iot_class: Cloud Polling
ha_config_flow: true
ha_codeowners:
- '@edenhaus'
ha_domain: ecovacs_mqtt
ha_platforms:
- vacuum
ha_integration_type: hub
---
The Ecovacs MQTT integration integrates newer [Ecovacs](https://www.ecovacs.com) devices. For legacy devices, please see [Ecovacs Legacy](./ecovacs.markdown)
## Prerequisites
To use your Ecovacs device with Home Assistant, you need to have your Ecovacs
device setup, connected to your network, and configured in the Ecovacs app.
You will need the following ecovacs account information:
- Username/ShortID
- Password
- Country, which was selected during account creation
{% include integrations/config_flow.md %}