Add dyad support to Roborock (#32260)

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
Luke Lashley 2024-06-26 09:40:40 -04:00 committed by GitHub
parent 5346472e54
commit 597e6ab826
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,7 +40,7 @@ Once you log in with your Roborock account, the integration will automatically d
{% include integrations/config_flow.md %}
## Entities
## Robovac entities
Roborock devices have a variety of features that are supported on some devices but not on others. Only entities that your device supports will be added to your integration.
@ -132,6 +132,25 @@ Reset air filter - The air filter is expected to be replaced every 150 hours.
You can see all the maps within your Roborock account. Keep in mind that they are device-specific. The maps require the cloud API to communicate as the maps are seemingly stored on the cloud. If someone can figure out a way around this - contributions are always welcome.
## Dyad entities
Roborock wet/dry vacuums currently expose some entities through an MQTT connection - it is currently cloud dependent.
### Sensor
Status - The current status of your vacuum. This typically describes the action that is currently being run. For example, 'drying' or 'charging'.
Battery - The current charge of your device.
Filter time left - how long until Roborock recommends cleaning/replacing your filter.
Brush time left - how long until Roborock recommends cleaning/replacing your brush.
Error - the current error of the device - if one exists - "None" otherwise.
Total cleaning time - how long you have cleaned with your wet/dry vacuum.
## FAQ
### Can I use the Mi home app with this integration?