Bump aioautomower to 3.0.0 (#182237)

This commit is contained in:
Thomas55555
2026-09-15 07:06:31 +02:00
committed by GitHub
parent d56e18584e
commit 67b4fc9f31
3 changed files with 5 additions and 5 deletions
@@ -9,5 +9,5 @@
"iot_class": "cloud_push",
"loggers": ["aioautomower"],
"quality_scale": "silver",
"requirements": ["aioautomower==2.8.1"]
"requirements": ["aioautomower==3.0.0"]
}
+1 -1
View File
@@ -215,7 +215,7 @@ aioaseko==1.0.0
aioasuswrt==1.5.4
# homeassistant.components.husqvarna_automower
aioautomower==2.8.1
aioautomower==3.0.0
# homeassistant.components.azure_devops
aioazuredevops==2.2.2
@@ -151,14 +151,14 @@
'use_global_cutting_height': True,
}),
'123456': dict({
'current_orientation': 0,
'current_orientation': 0.0,
'cutting_height': 50,
'enabled': True,
'last_time_abandoned': None,
'last_time_completed': '2024-08-12T07:54:29+02:00',
'name': 'Front lawn',
'orientation': 1800,
'orientation_shift': 1800,
'orientation': 180.0,
'orientation_shift': 180.0,
'progress': 40,
'type': 'systematic',
'use_global_cutting_height': True,