mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 00:37:13 +00:00
Add missing Ecovacs life spans (#117134)
Co-authored-by: Robert Resch <robert@resch.dev>
This commit is contained in:
parent
d1904941c1
commit
e274316a50
@ -17,6 +17,8 @@ SUPPORTED_LIFESPANS = (
|
||||
LifeSpan.FILTER,
|
||||
LifeSpan.LENS_BRUSH,
|
||||
LifeSpan.SIDE_BRUSH,
|
||||
LifeSpan.UNIT_CARE,
|
||||
LifeSpan.ROUND_MOP,
|
||||
)
|
||||
|
||||
|
||||
|
@ -26,6 +26,12 @@
|
||||
},
|
||||
"reset_lifespan_side_brush": {
|
||||
"default": "mdi:broom"
|
||||
},
|
||||
"reset_lifespan_unit_care": {
|
||||
"default": "mdi:robot-vacuum"
|
||||
},
|
||||
"reset_lifespan_round_mop": {
|
||||
"default": "mdi:broom"
|
||||
}
|
||||
},
|
||||
"event": {
|
||||
@ -63,6 +69,12 @@
|
||||
"lifespan_side_brush": {
|
||||
"default": "mdi:broom"
|
||||
},
|
||||
"lifespan_unit_care": {
|
||||
"default": "mdi:robot-vacuum"
|
||||
},
|
||||
"lifespan_round_mop": {
|
||||
"default": "mdi:broom"
|
||||
},
|
||||
"network_ip": {
|
||||
"default": "mdi:ip-network-outline"
|
||||
},
|
||||
|
@ -58,6 +58,12 @@
|
||||
"reset_lifespan_lens_brush": {
|
||||
"name": "Reset lens brush lifespan"
|
||||
},
|
||||
"reset_lifespan_round_mop": {
|
||||
"name": "Reset round mop lifespan"
|
||||
},
|
||||
"reset_lifespan_unit_care": {
|
||||
"name": "Reset unit care lifespan"
|
||||
},
|
||||
"reset_lifespan_side_brush": {
|
||||
"name": "Reset side brushes lifespan"
|
||||
}
|
||||
@ -113,6 +119,12 @@
|
||||
"lifespan_side_brush": {
|
||||
"name": "Side brushes lifespan"
|
||||
},
|
||||
"lifespan_unit_care": {
|
||||
"name": "Unit care lifespan"
|
||||
},
|
||||
"lifespan_round_mop": {
|
||||
"name": "Round mop lifespan"
|
||||
},
|
||||
"network_ip": {
|
||||
"name": "IP address"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user