mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-29 12:17:01 +00:00
Add Ecovacs MQTT integration
This commit is contained in:
parent
01c6a14cf1
commit
d90d96ee1f
@ -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:
|
||||
|
||||
|
32
source/_integrations/ecovacs_mqtt.markdown
Normal file
32
source/_integrations/ecovacs_mqtt.markdown
Normal 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 %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user