From 4291c8f3fbfcd9f8cb0a8877a9a97268fadca466 Mon Sep 17 00:00:00 2001 From: Adam <22942687+SilvrrGIT@users.noreply.github.com> Date: Thu, 3 Sep 2020 04:15:56 -0500 Subject: [PATCH] clean_end to clean_stop per issue #14259 (#14369) I did a review (with my limited knowledge of python) and clean_stop does appear to be the correct attribute. 'clean_end' is not utilized in the code. https://github.com/home-assistant/core/blob/dev/homeassistant/components/xiaomi_miio/vacuum.py --- source/_integrations/xiaomi_miio.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/xiaomi_miio.markdown b/source/_integrations/xiaomi_miio.markdown index 6f1fbfa0121..cc855df5f46 100644 --- a/source/_integrations/xiaomi_miio.markdown +++ b/source/_integrations/xiaomi_miio.markdown @@ -1363,7 +1363,7 @@ The following table shows the units of measurement for each attribute: | `total_cleaned_area` | square meter | Total cleaned area in square meters | | `total_cleaning_time` | minutes | Total cleaning time in minutes | | `clean_start` | datetime | The last date/time the vacuum started cleaning (offset naive) | -| `clean_end` | datetime | The last date/time the vacuum finished cleaning (offset naive) | +| `clean_stop` | datetime | The last date/time the vacuum finished cleaning (offset naive) | ### Example on how to clean a specific room