mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 00:06:51 +00:00
Add Ecovacs button entities (#31160)
This commit is contained in:
parent
20efdccbc7
commit
144fb3fd13
@ -13,6 +13,7 @@ ha_codeowners:
|
||||
ha_domain: ecovacs
|
||||
ha_platforms:
|
||||
- binary_sensor
|
||||
- button
|
||||
- diagnostics
|
||||
- image
|
||||
- select
|
||||
@ -37,6 +38,9 @@ Additionally, **depending on your model**, the integration provides the followin
|
||||
|
||||
- **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`.
|
||||
- **Button**:
|
||||
- `Reset lifespan`: For each supported component an button entity to reset the lifespan will be created. All disabled by default
|
||||
- `Relocate`: Button entity to trigger manual relocation.
|
||||
- **Image**:
|
||||
- `Map`: The floorplan/map as an image in SVG format.
|
||||
- **Select**:
|
||||
@ -44,7 +48,7 @@ Additionally, **depending on your model**, the integration provides the followin
|
||||
- `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
|
||||
- `Lifespan`: For each supported component an entity with the remaining lifespan will be created
|
||||
- `Network`: The following network related entities will be created. All disabled by default
|
||||
- `Ip address`
|
||||
- `Wi-Fi RSSI`
|
||||
|
Loading…
x
Reference in New Issue
Block a user