mirror of
https://github.com/home-assistant/core.git
synced 2026-03-02 07:29:28 +00:00
Bump aioautomower to 2.5.0 (#154900)
This commit is contained in:
@@ -9,5 +9,5 @@
|
||||
"iot_class": "cloud_push",
|
||||
"loggers": ["aioautomower"],
|
||||
"quality_scale": "silver",
|
||||
"requirements": ["aioautomower==2.3.1"]
|
||||
"requirements": ["aioautomower==2.5.0"]
|
||||
}
|
||||
|
||||
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@@ -210,7 +210,7 @@ aioaseko==1.0.0
|
||||
aioasuswrt==1.5.1
|
||||
|
||||
# homeassistant.components.husqvarna_automower
|
||||
aioautomower==2.3.1
|
||||
aioautomower==2.5.0
|
||||
|
||||
# homeassistant.components.azure_devops
|
||||
aioazuredevops==2.2.2
|
||||
|
||||
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@@ -198,7 +198,7 @@ aioaseko==1.0.0
|
||||
aioasuswrt==1.5.1
|
||||
|
||||
# homeassistant.components.husqvarna_automower
|
||||
aioautomower==2.3.1
|
||||
aioautomower==2.5.0
|
||||
|
||||
# homeassistant.components.azure_devops
|
||||
aioazuredevops==2.2.2
|
||||
|
||||
@@ -10,7 +10,8 @@
|
||||
"serialNumber": 123
|
||||
},
|
||||
"battery": {
|
||||
"batteryPercent": 100
|
||||
"batteryPercent": 100,
|
||||
"remainingChargingTime": 309
|
||||
},
|
||||
"capabilities": {
|
||||
"canConfirmError": true,
|
||||
@@ -220,7 +221,8 @@
|
||||
"serialNumber": 123
|
||||
},
|
||||
"battery": {
|
||||
"batteryPercent": 50
|
||||
"batteryPercent": 50,
|
||||
"remainingChargingTime": 0
|
||||
},
|
||||
"capabilities": {
|
||||
"canConfirmError": false,
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
dict({
|
||||
'battery': dict({
|
||||
'battery_percent': 100,
|
||||
'remaining_charging_time': 309.0,
|
||||
}),
|
||||
'calendar': dict({
|
||||
'tasks': list([
|
||||
|
||||
Reference in New Issue
Block a user