Skip to content

Commit

Permalink
Bump aioautomower to 2024.6.0 (home-assistant#119625)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas55555 authored Jun 13, 2024
1 parent fc6dd7c commit b4a77f8
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/husqvarna_automower/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion tests/components/husqvarna_automower/fixtures/mower.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit b4a77f8

Please sign in to comment.