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