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
This commit is contained in:
Adam 2020-09-03 04:15:56 -05:00 committed by GitHub
parent 40ccca1334
commit 4291c8f3fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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