mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Bump python-roborock to 2.5.0 (#120466)
This commit is contained in:
parent
038f2ce79f
commit
60519702b4
@ -7,7 +7,7 @@
|
|||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"loggers": ["roborock"],
|
"loggers": ["roborock"],
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"python-roborock==2.3.0",
|
"python-roborock==2.5.0",
|
||||||
"vacuum-map-parser-roborock==0.1.2"
|
"vacuum-map-parser-roborock==0.1.2"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -31,7 +31,7 @@ class RoborockNumberDescription(NumberEntityDescription):
|
|||||||
# Gets the status of the switch
|
# Gets the status of the switch
|
||||||
cache_key: CacheableAttribute
|
cache_key: CacheableAttribute
|
||||||
# Sets the status of the switch
|
# Sets the status of the switch
|
||||||
update_value: Callable[[AttributeCache, float], Coroutine[Any, Any, dict]]
|
update_value: Callable[[AttributeCache, float], Coroutine[Any, Any, None]]
|
||||||
|
|
||||||
|
|
||||||
NUMBER_DESCRIPTIONS: list[RoborockNumberDescription] = [
|
NUMBER_DESCRIPTIONS: list[RoborockNumberDescription] = [
|
||||||
|
@ -32,7 +32,7 @@ class RoborockSwitchDescription(SwitchEntityDescription):
|
|||||||
# Gets the status of the switch
|
# Gets the status of the switch
|
||||||
cache_key: CacheableAttribute
|
cache_key: CacheableAttribute
|
||||||
# Sets the status of the switch
|
# Sets the status of the switch
|
||||||
update_value: Callable[[AttributeCache, bool], Coroutine[Any, Any, dict]]
|
update_value: Callable[[AttributeCache, bool], Coroutine[Any, Any, None]]
|
||||||
# Attribute from cache
|
# Attribute from cache
|
||||||
attribute: str
|
attribute: str
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ class RoborockTimeDescription(TimeEntityDescription):
|
|||||||
# Gets the status of the switch
|
# Gets the status of the switch
|
||||||
cache_key: CacheableAttribute
|
cache_key: CacheableAttribute
|
||||||
# Sets the status of the switch
|
# Sets the status of the switch
|
||||||
update_value: Callable[[AttributeCache, datetime.time], Coroutine[Any, Any, dict]]
|
update_value: Callable[[AttributeCache, datetime.time], Coroutine[Any, Any, None]]
|
||||||
# Attribute from cache
|
# Attribute from cache
|
||||||
get_value: Callable[[AttributeCache], datetime.time]
|
get_value: Callable[[AttributeCache], datetime.time]
|
||||||
|
|
||||||
|
@ -2315,7 +2315,7 @@ python-rabbitair==0.0.8
|
|||||||
python-ripple-api==0.0.3
|
python-ripple-api==0.0.3
|
||||||
|
|
||||||
# homeassistant.components.roborock
|
# homeassistant.components.roborock
|
||||||
python-roborock==2.3.0
|
python-roborock==2.5.0
|
||||||
|
|
||||||
# homeassistant.components.smarttub
|
# homeassistant.components.smarttub
|
||||||
python-smarttub==0.0.36
|
python-smarttub==0.0.36
|
||||||
|
@ -1809,7 +1809,7 @@ python-picnic-api==1.1.0
|
|||||||
python-rabbitair==0.0.8
|
python-rabbitair==0.0.8
|
||||||
|
|
||||||
# homeassistant.components.roborock
|
# homeassistant.components.roborock
|
||||||
python-roborock==2.3.0
|
python-roborock==2.5.0
|
||||||
|
|
||||||
# homeassistant.components.smarttub
|
# homeassistant.components.smarttub
|
||||||
python-smarttub==0.0.36
|
python-smarttub==0.0.36
|
||||||
|
Loading…
x
Reference in New Issue
Block a user