diff --git a/source/_integrations/ecovacs.markdown b/source/_integrations/ecovacs.markdown index b514bf842d0..4ff9a830a88 100644 --- a/source/_integrations/ecovacs.markdown +++ b/source/_integrations/ecovacs.markdown @@ -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: diff --git a/source/_integrations/ecovacs_mqtt.markdown b/source/_integrations/ecovacs_mqtt.markdown new file mode 100644 index 00000000000..29b9e706742 --- /dev/null +++ b/source/_integrations/ecovacs_mqtt.markdown @@ -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 %} + +