mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +00:00
Bump python-songpal dependency to 0.14 (#66769)
* Bump python-songpal dependency to 0.14 * Fix tests * pip_check -1 Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
2b807bd07d
commit
483545eeaa
@ -3,7 +3,7 @@
|
|||||||
"name": "Sony Songpal",
|
"name": "Sony Songpal",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/songpal",
|
"documentation": "https://www.home-assistant.io/integrations/songpal",
|
||||||
"requirements": ["python-songpal==0.12"],
|
"requirements": ["python-songpal==0.14"],
|
||||||
"codeowners": ["@rytilahti", "@shenxn"],
|
"codeowners": ["@rytilahti", "@shenxn"],
|
||||||
"ssdp": [
|
"ssdp": [
|
||||||
{
|
{
|
||||||
|
@ -1972,7 +1972,7 @@ python-smarttub==0.0.29
|
|||||||
python-sochain-api==0.0.2
|
python-sochain-api==0.0.2
|
||||||
|
|
||||||
# homeassistant.components.songpal
|
# homeassistant.components.songpal
|
||||||
python-songpal==0.12
|
python-songpal==0.14
|
||||||
|
|
||||||
# homeassistant.components.tado
|
# homeassistant.components.tado
|
||||||
python-tado==0.12.0
|
python-tado==0.12.0
|
||||||
|
@ -1227,7 +1227,7 @@ python-picnic-api==1.1.0
|
|||||||
python-smarttub==0.0.29
|
python-smarttub==0.0.29
|
||||||
|
|
||||||
# homeassistant.components.songpal
|
# homeassistant.components.songpal
|
||||||
python-songpal==0.12
|
python-songpal==0.14
|
||||||
|
|
||||||
# homeassistant.components.tado
|
# homeassistant.components.tado
|
||||||
python-tado==0.12.0
|
python-tado==0.12.0
|
||||||
|
@ -3,7 +3,7 @@ PIP_CACHE=$1
|
|||||||
|
|
||||||
# Number of existing dependency conflicts
|
# Number of existing dependency conflicts
|
||||||
# Update if a PR resolve one!
|
# Update if a PR resolve one!
|
||||||
DEPENDENCY_CONFLICTS=10
|
DEPENDENCY_CONFLICTS=9
|
||||||
|
|
||||||
PIP_CHECK=$(pip check --cache-dir=$PIP_CACHE)
|
PIP_CHECK=$(pip check --cache-dir=$PIP_CACHE)
|
||||||
LINE_COUNT=$(echo "$PIP_CHECK" | wc -l)
|
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,
|
bssid=None,
|
||||||
ssid=None,
|
ssid=None,
|
||||||
bleID=None,
|
bleID=None,
|
||||||
|
serialNumber=None,
|
||||||
|
generation=None,
|
||||||
|
model=None,
|
||||||
version=SW_VERSION,
|
version=SW_VERSION,
|
||||||
)
|
)
|
||||||
type(mocked_device).get_system_info = AsyncMock(return_value=sys_info)
|
type(mocked_device).get_system_info = AsyncMock(return_value=sys_info)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user