Bump python-roborock to 2.5.0 (#120466)

This commit is contained in:
Luke Lashley 2024-06-25 18:03:01 -04:00 committed by GitHub
parent 038f2ce79f
commit 60519702b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 6 additions and 6 deletions

View File

@ -7,7 +7,7 @@
"iot_class": "local_polling",
"loggers": ["roborock"],
"requirements": [
"python-roborock==2.3.0",
"python-roborock==2.5.0",
"vacuum-map-parser-roborock==0.1.2"
]
}

View File

@ -31,7 +31,7 @@ class RoborockNumberDescription(NumberEntityDescription):
# Gets the status of the switch
cache_key: CacheableAttribute
# 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] = [

View File

@ -32,7 +32,7 @@ class RoborockSwitchDescription(SwitchEntityDescription):
# Gets the status of the switch
cache_key: CacheableAttribute
# 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: str

View File

@ -33,7 +33,7 @@ class RoborockTimeDescription(TimeEntityDescription):
# Gets the status of the switch
cache_key: CacheableAttribute
# 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
get_value: Callable[[AttributeCache], datetime.time]

View File

@ -2315,7 +2315,7 @@ python-rabbitair==0.0.8
python-ripple-api==0.0.3
# homeassistant.components.roborock
python-roborock==2.3.0
python-roborock==2.5.0
# homeassistant.components.smarttub
python-smarttub==0.0.36

View File

@ -1809,7 +1809,7 @@ python-picnic-api==1.1.0
python-rabbitair==0.0.8
# homeassistant.components.roborock
python-roborock==2.3.0
python-roborock==2.5.0
# homeassistant.components.smarttub
python-smarttub==0.0.36