mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Bump songpal to fix a regression (#28115)
The new release fixes a single regression from requests to aiohttp conversion. Some devices do not respond with the correct mimetype which was not enforced by requests but is enforced by aiohttp. Related PR https://github.com/rytilahti/python-songpal/pull/59
This commit is contained in:
parent
1b21685651
commit
160c201be1
@ -3,7 +3,7 @@
|
|||||||
"name": "Songpal",
|
"name": "Songpal",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/songpal",
|
"documentation": "https://www.home-assistant.io/integrations/songpal",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"python-songpal==0.11.1"
|
"python-songpal==0.11.2"
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"codeowners": [
|
"codeowners": [
|
||||||
|
@ -1561,7 +1561,7 @@ python-ripple-api==0.0.3
|
|||||||
python-sochain-api==0.0.2
|
python-sochain-api==0.0.2
|
||||||
|
|
||||||
# homeassistant.components.songpal
|
# homeassistant.components.songpal
|
||||||
python-songpal==0.11.1
|
python-songpal==0.11.2
|
||||||
|
|
||||||
# homeassistant.components.synologydsm
|
# homeassistant.components.synologydsm
|
||||||
python-synology==0.2.0
|
python-synology==0.2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user