mirror of
https://github.com/home-assistant/core.git
synced 2026-09-26 01:11:51 -04:00
Bump aioautomower to 3.0.0 (#182237)
This commit is contained in:
@@ -9,5 +9,5 @@
|
||||
"iot_class": "cloud_push",
|
||||
"loggers": ["aioautomower"],
|
||||
"quality_scale": "silver",
|
||||
"requirements": ["aioautomower==2.8.1"]
|
||||
"requirements": ["aioautomower==3.0.0"]
|
||||
}
|
||||
|
||||
Generated
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user