mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 01:38:02 +00:00
Bump python-linkplay to v0.1.1 (#132091)
This commit is contained in:
parent
238cf691a4
commit
4e5ceb3aa4
@ -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."]
|
||||
}
|
||||
|
@ -2365,7 +2365,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
|
||||
|
@ -1892,7 +1892,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