mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
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:
parent
40ccca1334
commit
4291c8f3fb
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user