Bump aioautomower to 2024.8.0 (#123826)
This commit is contained in:
parent
dc2886d9b1
commit
3b1b600606
5 changed files with 7 additions and 3 deletions
|
@ -7,5 +7,5 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/husqvarna_automower",
|
||||
"iot_class": "cloud_push",
|
||||
"loggers": ["aioautomower"],
|
||||
"requirements": ["aioautomower==2024.7.3"]
|
||||
"requirements": ["aioautomower==2024.8.0"]
|
||||
}
|
||||
|
|
|
@ -198,7 +198,7 @@ aioaseko==0.2.0
|
|||
aioasuswrt==1.4.0
|
||||
|
||||
# homeassistant.components.husqvarna_automower
|
||||
aioautomower==2024.7.3
|
||||
aioautomower==2024.8.0
|
||||
|
||||
# homeassistant.components.azure_devops
|
||||
aioazuredevops==2.1.1
|
||||
|
|
|
@ -186,7 +186,7 @@ aioaseko==0.2.0
|
|||
aioasuswrt==1.4.0
|
||||
|
||||
# homeassistant.components.husqvarna_automower
|
||||
aioautomower==2024.7.3
|
||||
aioautomower==2024.8.0
|
||||
|
||||
# homeassistant.components.azure_devops
|
||||
aioazuredevops==2.1.1
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
"batteryPercent": 100
|
||||
},
|
||||
"capabilities": {
|
||||
"canConfirmError": true,
|
||||
"headlights": true,
|
||||
"workAreas": true,
|
||||
"position": true,
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
dict({
|
||||
'end': '2024-03-02T00:00:00',
|
||||
'rrule': 'FREQ=WEEKLY;BYDAY=MO,WE,FR',
|
||||
'schedule_no': 1,
|
||||
'start': '2024-03-01T19:00:00',
|
||||
'uid': '1140_300_MO,WE,FR',
|
||||
'work_area_id': None,
|
||||
|
@ -17,6 +18,7 @@
|
|||
dict({
|
||||
'end': '2024-03-02T08:00:00',
|
||||
'rrule': 'FREQ=WEEKLY;BYDAY=TU,TH,SA',
|
||||
'schedule_no': 2,
|
||||
'start': '2024-03-02T00:00:00',
|
||||
'uid': '0_480_TU,TH,SA',
|
||||
'work_area_id': None,
|
||||
|
@ -53,6 +55,7 @@
|
|||
]),
|
||||
}),
|
||||
'capabilities': dict({
|
||||
'can_confirm_error': True,
|
||||
'headlights': True,
|
||||
'position': True,
|
||||
'stay_out_zones': True,
|
||||
|
|
Loading…
Add table
Reference in a new issue