mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Added the extra parameter (#15675)
This commit is contained in:
parent
bc141378ac
commit
d14a29d557
@ -1407,6 +1407,7 @@ In addition to [all of the attributes provided by the `vacuum` component](/integ
|
|||||||
- `total_cleaning_time`
|
- `total_cleaning_time`
|
||||||
- `clean_start`
|
- `clean_start`
|
||||||
- `clean_end`
|
- `clean_end`
|
||||||
|
- `mop_attached`
|
||||||
|
|
||||||
The following table shows the units of measurement for each attribute:
|
The following table shows the units of measurement for each attribute:
|
||||||
|
|
||||||
@ -1423,7 +1424,8 @@ The following table shows the units of measurement for each attribute:
|
|||||||
| `total_cleaned_area` | square meter | Total cleaned area in square meters |
|
| `total_cleaned_area` | square meter | Total cleaned area in square meters |
|
||||||
| `total_cleaning_time` | minutes | Total cleaning time in minutes |
|
| `total_cleaning_time` | minutes | Total cleaning time in minutes |
|
||||||
| `clean_start` | datetime | The last date/time the vacuum started cleaning (offset naive) |
|
| `clean_start` | datetime | The last date/time the vacuum started cleaning (offset naive) |
|
||||||
| `clean_stop` | datetime | The last date/time the vacuum finished cleaning (offset naive) |
|
| `clean_stop` | datetime | The last date/time the vacuum finished cleaning (offset naive) |
|
||||||
|
| `mop_attached` | | A mop and water box are attached / not attached |
|
||||||
|
|
||||||
### Example on how to clean a specific room
|
### Example on how to clean a specific room
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user