-
-
Notifications
You must be signed in to change notification settings - Fork 37.3k
Add sensor entities for Roborock q10 s5+ #166120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
d310d65
2be4358
ea847ab
21c0651
b7caf32
1503967
95b273c
5f42242
8c6ceb6
dd6bd9d
90aa85c
1617ef0
68f2bc8
3e5a29e
0ede1fe
0975670
39b1ca0
a450898
dbf2d5d
7496655
160d27e
531d97d
291b27c
43a69e8
3689ccf
8a81bf0
2ea8495
8bcd3e2
41b852a
c117395
6b07457
9a49cc9
161e520
9dec2e7
1e10fc0
71d9704
752c10e
8540e98
d48a82b
c290c91
95572be
15fbb5e
240c3b7
5215f49
05d05f6
2f05f5e
25606aa
a15f102
febc0f7
6ecdd9b
af650bc
6fb2336
82d8778
82ed84a
2781428
0ed7496
bd1af38
6653f70
dae51e9
a66f083
53f6d78
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -40,6 +40,9 @@ | |
| } | ||
| }, | ||
| "sensor": { | ||
| "brush_remaining": { | ||
| "default": "mdi:brush" | ||
| }, | ||
| "clean_percent": { | ||
| "default": "mdi:progress-check" | ||
| }, | ||
|
|
@@ -49,6 +52,9 @@ | |
| "cleaning_brush_time_left": { | ||
| "default": "mdi:brush" | ||
| }, | ||
| "cleaning_time": { | ||
| "default": "mdi:clock-outline" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. how do you decide between
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The duration of the last cleaning depends on the vacuum cleaner as a whole, not just the brush. |
||
| }, | ||
| "countdown": { | ||
| "default": "mdi:clock-outline" | ||
| }, | ||
|
|
@@ -67,6 +73,12 @@ | |
| "main_brush_time_left": { | ||
| "default": "mdi:brush" | ||
| }, | ||
| "mop_drying_remaining_time": { | ||
| "default": "mdi:clock-outline" | ||
| }, | ||
| "mop_life_time_left": { | ||
| "default": "mdi:texture" | ||
| }, | ||
| "sensor_time_left": { | ||
| "default": "mdi:eye-outline" | ||
| }, | ||
|
|
@@ -79,6 +91,9 @@ | |
| "strainer_time_left": { | ||
| "default": "mdi:filter-variant" | ||
| }, | ||
| "times_after_clean": { | ||
| "default": "mdi:counter" | ||
| }, | ||
| "total_cleaning_area": { | ||
| "default": "mdi:texture-box" | ||
| }, | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.