mirror of
https://github.com/home-assistant/core.git
synced 2025-04-19 14:57:52 +00:00
Bump aioautomower to 2025.3.1 (#140682)
This commit is contained in:
parent
16556fa2a9
commit
ed0b1f58dc
@ -8,5 +8,5 @@
|
||||
"iot_class": "cloud_push",
|
||||
"loggers": ["aioautomower"],
|
||||
"quality_scale": "silver",
|
||||
"requirements": ["aioautomower==2025.1.1"]
|
||||
"requirements": ["aioautomower==2025.3.1"]
|
||||
}
|
||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -201,7 +201,7 @@ aioaseko==1.0.0
|
||||
aioasuswrt==1.4.0
|
||||
|
||||
# homeassistant.components.husqvarna_automower
|
||||
aioautomower==2025.1.1
|
||||
aioautomower==2025.3.1
|
||||
|
||||
# homeassistant.components.azure_devops
|
||||
aioazuredevops==2.2.1
|
||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -189,7 +189,7 @@ aioaseko==1.0.0
|
||||
aioasuswrt==1.4.0
|
||||
|
||||
# homeassistant.components.husqvarna_automower
|
||||
aioautomower==2025.1.1
|
||||
aioautomower==2025.3.1
|
||||
|
||||
# homeassistant.components.azure_devops
|
||||
aioazuredevops==2.2.1
|
||||
|
@ -176,13 +176,15 @@
|
||||
],
|
||||
"statistics": {
|
||||
"cuttingBladeUsageTime": 123,
|
||||
"downTime": 123,
|
||||
"numberOfChargingCycles": 1380,
|
||||
"numberOfCollisions": 11396,
|
||||
"totalChargingTime": 4334400,
|
||||
"totalCuttingTime": 4194000,
|
||||
"totalDriveDistance": 1780272,
|
||||
"totalRunningTime": 4564800,
|
||||
"totalSearchingTime": 370800
|
||||
"totalSearchingTime": 370800,
|
||||
"upTime": 456
|
||||
},
|
||||
"stayOutZones": {
|
||||
"dirty": false,
|
||||
|
@ -95,6 +95,7 @@
|
||||
}),
|
||||
'statistics': dict({
|
||||
'cutting_blade_usage_time': 123,
|
||||
'downtime': 123,
|
||||
'number_of_charging_cycles': 1380,
|
||||
'number_of_collisions': 11396,
|
||||
'total_charging_time': 4334400,
|
||||
@ -102,6 +103,7 @@
|
||||
'total_drive_distance': 1780272,
|
||||
'total_running_time': 4564800,
|
||||
'total_searching_time': 370800,
|
||||
'uptime': 456,
|
||||
}),
|
||||
'stay_out_zones': dict({
|
||||
'dirty': False,
|
||||
|
Loading…
x
Reference in New Issue
Block a user