diff --git a/source/_integrations/roborock.markdown b/source/_integrations/roborock.markdown index a60a8900559..b38d846be0c 100644 --- a/source/_integrations/roborock.markdown +++ b/source/_integrations/roborock.markdown @@ -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?