Skip to content

Commit

Permalink
Bump aioautomower to 2024.4.4 (home-assistant#116185)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas55555 authored Apr 25, 2024
1 parent 9d33965 commit a8b41c9
Show file tree
Hide file tree
Showing 4 changed files with 4 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.4.3"]
"requirements": ["aioautomower==2024.4.4"]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ aioaseko==0.1.1
aioasuswrt==1.4.0

# homeassistant.components.husqvarna_automower
aioautomower==2024.4.3
aioautomower==2024.4.4

# 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 @@ -183,7 +183,7 @@ aioaseko==0.1.1
aioasuswrt==1.4.0

# homeassistant.components.husqvarna_automower
aioautomower==2024.4.3
aioautomower==2024.4.4

# homeassistant.components.azure_devops
aioazuredevops==2.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
'work_areas': dict({
'0': dict({
'cutting_height': 50,
'name': None,
'name': 'my_lawn',
}),
'123456': dict({
'cutting_height': 50,
Expand Down

0 comments on commit a8b41c9

Please sign in to comment.