mirror of
https://github.com/home-assistant/core.git
synced 2025-04-26 10:17:51 +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",
|
"integration_type": "hub",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"loggers": ["linkplay"],
|
"loggers": ["linkplay"],
|
||||||
"requirements": ["python-linkplay==0.0.20"],
|
"requirements": ["python-linkplay==0.1.1"],
|
||||||
"zeroconf": ["_linkplay._tcp.local."]
|
"zeroconf": ["_linkplay._tcp.local."]
|
||||||
}
|
}
|
||||||
|
@ -2365,7 +2365,7 @@ python-juicenet==1.1.0
|
|||||||
python-kasa[speedups]==0.8.1
|
python-kasa[speedups]==0.8.1
|
||||||
|
|
||||||
# homeassistant.components.linkplay
|
# homeassistant.components.linkplay
|
||||||
python-linkplay==0.0.20
|
python-linkplay==0.1.1
|
||||||
|
|
||||||
# homeassistant.components.lirc
|
# homeassistant.components.lirc
|
||||||
# python-lirc==1.2.3
|
# python-lirc==1.2.3
|
||||||
|
@ -1892,7 +1892,7 @@ python-juicenet==1.1.0
|
|||||||
python-kasa[speedups]==0.8.1
|
python-kasa[speedups]==0.8.1
|
||||||
|
|
||||||
# homeassistant.components.linkplay
|
# homeassistant.components.linkplay
|
||||||
python-linkplay==0.0.20
|
python-linkplay==0.1.1
|
||||||
|
|
||||||
# homeassistant.components.matter
|
# homeassistant.components.matter
|
||||||
python-matter-server==6.6.0
|
python-matter-server==6.6.0
|
||||||
|
@ -31,8 +31,10 @@ async def test_diagnostics(
|
|||||||
patch.object(LinkPlayMultiroom, "update_status", return_value=None),
|
patch.object(LinkPlayMultiroom, "update_status", return_value=None),
|
||||||
):
|
):
|
||||||
endpoints = [
|
endpoints = [
|
||||||
LinkPlayApiEndpoint(protocol="https", endpoint=HOST, session=None),
|
LinkPlayApiEndpoint(
|
||||||
LinkPlayApiEndpoint(protocol="http", endpoint=HOST, session=None),
|
protocol="https", port=443, endpoint=HOST, session=None
|
||||||
|
),
|
||||||
|
LinkPlayApiEndpoint(protocol="http", port=80, endpoint=HOST, session=None),
|
||||||
]
|
]
|
||||||
for endpoint in endpoints:
|
for endpoint in endpoints:
|
||||||
mock_session.get(
|
mock_session.get(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user