Bump aiopulse to 0.4.6 (#124964)
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.pull/124973/head
parent
7210cc1da6
commit
221f961574
|
@ -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"]
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue