mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Bump python-linkplay to v0.1.1 (#132091)
This commit is contained in:
parent
beda273721
commit
b26583b0bf
@ -7,6 +7,6 @@
|
||||
"integration_type": "hub",
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["linkplay"],
|
||||
"requirements": ["python-linkplay==0.0.20"],
|
||||
"requirements": ["python-linkplay==0.1.1"],
|
||||
"zeroconf": ["_linkplay._tcp.local."]
|
||||
}
|
||||
|
@ -2368,7 +2368,7 @@ python-juicenet==1.1.0
|
||||
python-kasa[speedups]==0.8.1
|
||||
|
||||
# homeassistant.components.linkplay
|
||||
python-linkplay==0.0.20
|
||||
python-linkplay==0.1.1
|
||||
|
||||
# homeassistant.components.lirc
|
||||
# python-lirc==1.2.3
|
||||
|
@ -1898,7 +1898,7 @@ python-juicenet==1.1.0
|
||||
python-kasa[speedups]==0.8.1
|
||||
|
||||
# homeassistant.components.linkplay
|
||||
python-linkplay==0.0.20
|
||||
python-linkplay==0.1.1
|
||||
|
||||
# homeassistant.components.matter
|
||||
python-matter-server==6.6.0
|
||||
|
@ -31,8 +31,10 @@ async def test_diagnostics(
|
||||
patch.object(LinkPlayMultiroom, "update_status", return_value=None),
|
||||
):
|
||||
endpoints = [
|
||||
LinkPlayApiEndpoint(protocol="https", endpoint=HOST, session=None),
|
||||
LinkPlayApiEndpoint(protocol="http", endpoint=HOST, session=None),
|
||||
LinkPlayApiEndpoint(
|
||||
protocol="https", port=443, endpoint=HOST, session=None
|
||||
),
|
||||
LinkPlayApiEndpoint(protocol="http", port=80, endpoint=HOST, session=None),
|
||||
]
|
||||
for endpoint in endpoints:
|
||||
mock_session.get(
|
||||
|
Loading…
x
Reference in New Issue
Block a user