diff --git a/homeassistant/components/qnap/manifest.json b/homeassistant/components/qnap/manifest.json index b83d37f0d3c..29750683abf 100644 --- a/homeassistant/components/qnap/manifest.json +++ b/homeassistant/components/qnap/manifest.json @@ -2,6 +2,6 @@ "domain": "qnap", "name": "QNAP", "documentation": "https://www.home-assistant.io/integrations/qnap", - "requirements": ["qnapstats==0.3.0"], + "requirements": ["qnapstats==0.3.1"], "codeowners": ["@colinodell"] } diff --git a/requirements_all.txt b/requirements_all.txt index a749acabf99..68ba25f4659 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1922,7 +1922,7 @@ pyzbar==0.1.7 pyzerproc==0.4.8 # homeassistant.components.qnap -qnapstats==0.3.0 +qnapstats==0.3.1 # homeassistant.components.quantum_gateway quantum-gateway==0.0.5