diff --git a/homeassistant/components/qnap/manifest.json b/homeassistant/components/qnap/manifest.json index 6720120b5e2..3c64986c2bc 100644 --- a/homeassistant/components/qnap/manifest.json +++ b/homeassistant/components/qnap/manifest.json @@ -2,7 +2,7 @@ "domain": "qnap", "name": "QNAP", "documentation": "https://www.home-assistant.io/integrations/qnap", - "requirements": ["qnapstats==0.2.7"], + "requirements": ["qnapstats==0.3.0"], "dependencies": [], "codeowners": ["@colinodell"] } diff --git a/requirements_all.txt b/requirements_all.txt index 1445f9930a0..ecc4d8d82a0 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1723,7 +1723,7 @@ pyzabbix==0.7.4 pyzbar==0.1.7 # homeassistant.components.qnap -qnapstats==0.2.7 +qnapstats==0.3.0 # homeassistant.components.quantum_gateway quantum-gateway==0.0.5