parent
6d1e5886ec
commit
f53411b95a
|
@ -7,5 +7,5 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/husqvarna_automower",
|
||||
"iot_class": "cloud_push",
|
||||
"loggers": ["aioautomower"],
|
||||
"requirements": ["aioautomower==2024.9.2"]
|
||||
"requirements": ["aioautomower==2024.9.3"]
|
||||
}
|
||||
|
|
|
@ -198,7 +198,7 @@ aioaseko==1.0.0
|
|||
aioasuswrt==1.4.0
|
||||
|
||||
# homeassistant.components.husqvarna_automower
|
||||
aioautomower==2024.9.2
|
||||
aioautomower==2024.9.3
|
||||
|
||||
# homeassistant.components.azure_devops
|
||||
aioazuredevops==2.2.1
|
||||
|
|
|
@ -186,7 +186,7 @@ aioaseko==1.0.0
|
|||
aioasuswrt==1.4.0
|
||||
|
||||
# homeassistant.components.husqvarna_automower
|
||||
aioautomower==2024.9.2
|
||||
aioautomower==2024.9.3
|
||||
|
||||
# homeassistant.components.azure_devops
|
||||
aioazuredevops==2.2.1
|
||||
|
|
|
@ -138,21 +138,21 @@
|
|||
'0': dict({
|
||||
'cutting_height': 50,
|
||||
'enabled': False,
|
||||
'last_time_completed_naive': '1970-01-20T22:43:59.269000',
|
||||
'last_time_completed_naive': '2024-08-12T05:07:49',
|
||||
'name': 'my_lawn',
|
||||
'progress': 20,
|
||||
}),
|
||||
'123456': dict({
|
||||
'cutting_height': 50,
|
||||
'enabled': True,
|
||||
'last_time_completed_naive': '1970-01-20T22:44:09.269000',
|
||||
'last_time_completed_naive': '2024-08-12T07:54:29',
|
||||
'name': 'Front lawn',
|
||||
'progress': 40,
|
||||
}),
|
||||
'654321': dict({
|
||||
'cutting_height': 25,
|
||||
'enabled': True,
|
||||
'last_time_completed_naive': '1970-01-20T22:27:29.269000',
|
||||
'last_time_completed_naive': '2024-07-31T18:07:49',
|
||||
'name': 'Back lawn',
|
||||
'progress': 30,
|
||||
}),
|
||||
|
|
Loading…
Reference in New Issue