mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Bump aioautomower to 2024.6.0 (#119625)
This commit is contained in:
parent
fc6dd7ce7d
commit
b4a77f8341
@ -7,5 +7,5 @@
|
||||
"documentation": "https://www.home-assistant.io/integrations/husqvarna_automower",
|
||||
"iot_class": "cloud_push",
|
||||
"loggers": ["aioautomower"],
|
||||
"requirements": ["aioautomower==2024.5.1"]
|
||||
"requirements": ["aioautomower==2024.6.0"]
|
||||
}
|
||||
|
@ -201,7 +201,7 @@ aioaseko==0.1.1
|
||||
aioasuswrt==1.4.0
|
||||
|
||||
# homeassistant.components.husqvarna_automower
|
||||
aioautomower==2024.5.1
|
||||
aioautomower==2024.6.0
|
||||
|
||||
# homeassistant.components.azure_devops
|
||||
aioazuredevops==2.0.0
|
||||
|
@ -180,7 +180,7 @@ aioaseko==0.1.1
|
||||
aioasuswrt==1.4.0
|
||||
|
||||
# homeassistant.components.husqvarna_automower
|
||||
aioautomower==2024.5.1
|
||||
aioautomower==2024.6.0
|
||||
|
||||
# homeassistant.components.azure_devops
|
||||
aioazuredevops==2.0.0
|
||||
|
@ -21,9 +21,12 @@
|
||||
"mower": {
|
||||
"mode": "MAIN_AREA",
|
||||
"activity": "PARKED_IN_CS",
|
||||
"inactiveReason": "NONE",
|
||||
"state": "RESTRICTED",
|
||||
"workAreaId": 123456,
|
||||
"errorCode": 0,
|
||||
"errorCodeTimestamp": 0
|
||||
"errorCodeTimestamp": 0,
|
||||
"isErrorConfirmable": false
|
||||
},
|
||||
"calendar": {
|
||||
"tasks": [
|
||||
|
@ -64,8 +64,11 @@
|
||||
'error_datetime': None,
|
||||
'error_datetime_naive': None,
|
||||
'error_key': None,
|
||||
'inactive_reason': 'NONE',
|
||||
'is_error_confirmable': False,
|
||||
'mode': 'MAIN_AREA',
|
||||
'state': 'RESTRICTED',
|
||||
'work_area_id': 123456,
|
||||
}),
|
||||
'planner': dict({
|
||||
'next_start_datetime': '2023-06-05T19:00:00+00:00',
|
||||
|
Loading…
x
Reference in New Issue
Block a user