From d4803cf4b4bd32685724e88d6dc07d24a36ea6c1 Mon Sep 17 00:00:00 2001 From: ia74 <68617740+ia74@users.noreply.github.com> Date: Mon, 21 Jul 2025 17:46:41 -0500 Subject: [PATCH] raedme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b2c31f1..66d8456 100644 --- a/README.md +++ b/README.md @@ -209,6 +209,8 @@ This integration will eventually support the maintenance function of the Roomba, The integration adds all the attributes that you would expect from [jeremywillans implementation](https://github.com/jeremywillans/ha-rest980-roomba), making it compatible with [the lovelace-roomba-vacuum-card](https://github.com/jeremywillans/lovelace-roomba-vacuum-card). +You may see the code for this in [LegacyCompatibility.py](custom_components/roomba_rest980/LegacyCompatibility.py) + ![Compatibility](img/compat.png) One minor issue is that the Vacuum entity only supports these states: @@ -222,5 +224,4 @@ Returning: The vacuum is done cleaning and is currently returning to the dock, b Unavailable: The entity is currently unavailable. Unknown: The state is not yet known. ``` - -even adding an `extendedState` attribute that gives you "Ready", "Training", "Spot", etc. since HA doesnt do that natively for some odd reason. \ No newline at end of file +Since the Roomba reports a much more extensive cycle/phase output, I added an attribute "extendedStatus" that gives you "Ready", "Training", "Spot". \ No newline at end of file