diff --git a/homeassistant/components/linkplay/manifest.json b/homeassistant/components/linkplay/manifest.json index 335f1acf396b..853468e5208d 100644 --- a/homeassistant/components/linkplay/manifest.json +++ b/homeassistant/components/linkplay/manifest.json @@ -7,6 +7,6 @@ "integration_type": "hub", "iot_class": "local_polling", "loggers": ["linkplay"], - "requirements": ["python-linkplay==0.2.12"], + "requirements": ["python-linkplay==0.2.14"], "zeroconf": ["_linkplay._tcp.local."] } diff --git a/requirements_all.txt b/requirements_all.txt index ed3cb647fa5a..2981238c16d4 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2684,7 +2684,7 @@ python-join-api==0.1.1 python-kasa[speedups]==0.10.2 # homeassistant.components.linkplay -python-linkplay==0.2.12 +python-linkplay==0.2.14 # homeassistant.components.melcloud python-melcloud==0.1.3