mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Add Ecovacs select entities (#31025)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
00d5e5d491
commit
9e4a6cc922
@ -13,6 +13,7 @@ ha_codeowners:
|
||||
ha_domain: ecovacs
|
||||
ha_platforms:
|
||||
- binary_sensor
|
||||
- select
|
||||
- sensor
|
||||
- vacuum
|
||||
ha_integration_type: integration
|
||||
@ -33,7 +34,10 @@ Using the vacuum entity, you can monitor and control your Ecovacs Deebot vacuum.
|
||||
Additionally, **depending on your model**, the integration provides the following entities:
|
||||
|
||||
- **Binary sensor**:
|
||||
- `Mop attached`: On if the mop is attached. Note: If you do not see the state change to `Mop attached` in Home Assistant, you may need to wake up the robot in order to push the state change. Some models report an entity state change only if the overall status of the vacuum has changed. For example, if the overall state changes from `docked` to `cleaning`.
|
||||
- `Mop attached`: On if the mop is attached. Note: If you do not see the state change to `Mop attached` in Home Assistant, you may need to wake up the robot in order to push the state change. Some models report an entity state change only if the overall status of the vacuum has changed. For example, if the overall state changes from `docked` to `cleaning`.
|
||||
- **Select**:
|
||||
- `Water amount`: Specify the water amount used during cleaning with the mop.
|
||||
- `Work mode`: Specify the mode, how the bot should clean.
|
||||
- **Sensor**:
|
||||
- `Error`: The error code and a description of the error. `0` means no error. Disabled by default
|
||||
- `Lifespan`: For each component an entity with the remaining lifespan will be created
|
||||
|
Loading…
x
Reference in New Issue
Block a user