diff --git a/homeassistant/components/linkplay/manifest.json b/homeassistant/components/linkplay/manifest.json index 9ac2a9e66e6..5212f3f99b8 100644 --- a/homeassistant/components/linkplay/manifest.json +++ b/homeassistant/components/linkplay/manifest.json @@ -6,6 +6,6 @@ "documentation": "https://www.home-assistant.io/integrations/linkplay", "integration_type": "hub", "iot_class": "local_polling", - "requirements": ["python-linkplay==0.0.6"], + "requirements": ["python-linkplay==0.0.8"], "zeroconf": ["_linkplay._tcp.local."] } diff --git a/requirements_all.txt b/requirements_all.txt index f20838efc35..d1be3b1b423 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2307,7 +2307,7 @@ python-juicenet==1.1.0 python-kasa[speedups]==0.7.1 # homeassistant.components.linkplay -python-linkplay==0.0.6 +python-linkplay==0.0.8 # homeassistant.components.lirc # python-lirc==1.2.3 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 6c003b8f0e1..b49b6537944 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1825,7 +1825,7 @@ python-juicenet==1.1.0 python-kasa[speedups]==0.7.1 # homeassistant.components.linkplay -python-linkplay==0.0.6 +python-linkplay==0.0.8 # homeassistant.components.matter python-matter-server==6.3.0