Skip to content

Commit

Permalink
Bump aiopulse to 0.4.6 (#124964)
Browse files Browse the repository at this point in the history
Non-breaking changes to fix isses:
 * eliminating hub exceptions raised due use of unicode strings.
 * eliminating hub exceptions raised due to Timers being configured on hub.
  • Loading branch information
atmurray authored Aug 31, 2024
1 parent 7210cc1 commit 221f961
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/acmeda/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"documentation": "https://www.home-assistant.io/integrations/acmeda",
"iot_class": "local_push",
"loggers": ["aiopulse"],
"requirements": ["aiopulse==0.4.4"]
"requirements": ["aiopulse==0.4.6"]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ aiooui==0.1.6
aiopegelonline==0.0.10

# homeassistant.components.acmeda
aiopulse==0.4.4
aiopulse==0.4.6

# homeassistant.components.purpleair
aiopurpleair==2022.12.1
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ aiooui==0.1.6
aiopegelonline==0.0.10

# homeassistant.components.acmeda
aiopulse==0.4.4
aiopulse==0.4.6

# homeassistant.components.purpleair
aiopurpleair==2022.12.1
Expand Down

0 comments on commit 221f961

Please sign in to comment.