Skip to content
Snippets Groups Projects
Unverified Commit 483545ee authored by Teemu R's avatar Teemu R Committed by GitHub
Browse files

Bump python-songpal dependency to 0.14 (#66769)


* Bump python-songpal dependency to 0.14

* Fix tests

* pip_check -1

Co-authored-by: default avatarFranck Nijhof <git@frenck.dev>
parent 2b807bd0
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
"name": "Sony Songpal",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/songpal",
"requirements": ["python-songpal==0.12"],
"requirements": ["python-songpal==0.14"],
"codeowners": ["@rytilahti", "@shenxn"],
"ssdp": [
{
......
......@@ -1972,7 +1972,7 @@ python-smarttub==0.0.29
python-sochain-api==0.0.2
# homeassistant.components.songpal
python-songpal==0.12
python-songpal==0.14
# homeassistant.components.tado
python-tado==0.12.0
......
......@@ -1227,7 +1227,7 @@ python-picnic-api==1.1.0
python-smarttub==0.0.29
# homeassistant.components.songpal
python-songpal==0.12
python-songpal==0.14
# homeassistant.components.tado
python-tado==0.12.0
......
......@@ -3,7 +3,7 @@ PIP_CACHE=$1
# Number of existing dependency conflicts
# Update if a PR resolve one!
DEPENDENCY_CONFLICTS=10
DEPENDENCY_CONFLICTS=9
PIP_CHECK=$(pip check --cache-dir=$PIP_CACHE)
LINE_COUNT=$(echo "$PIP_CHECK" | wc -l)
......
......@@ -44,6 +44,9 @@ def _create_mocked_device(throw_exception=False, wired_mac=MAC, wireless_mac=Non
bssid=None,
ssid=None,
bleID=None,
serialNumber=None,
generation=None,
model=None,
version=SW_VERSION,
)
type(mocked_device).get_system_info = AsyncMock(return_value=sys_info)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment