diff --git a/CODEOWNERS b/CODEOWNERS index b7f84cf02f5..9528e7a09e9 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -70,6 +70,7 @@ homeassistant/components/sensor/gearbest.py @HerrHofrat homeassistant/components/sensor/irish_rail_transport.py @ttroy50 homeassistant/components/sensor/miflora.py @danielhiversen @ChristianKuehnel homeassistant/components/sensor/pollen.py @bachya +homeassistant/components/sensor/qnap.py @colinodell homeassistant/components/sensor/sytadin.py @gautric homeassistant/components/sensor/sql.py @dgomes homeassistant/components/sensor/tibber.py @danielhiversen diff --git a/homeassistant/components/sensor/qnap.py b/homeassistant/components/sensor/qnap.py index 09c9938f1c1..629a5f6a0ee 100644 --- a/homeassistant/components/sensor/qnap.py +++ b/homeassistant/components/sensor/qnap.py @@ -17,7 +17,7 @@ from homeassistant.const import ( from homeassistant.util import Throttle import homeassistant.helpers.config_validation as cv -REQUIREMENTS = ['qnapstats==0.2.4'] +REQUIREMENTS = ['qnapstats==0.2.5'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 8e284b3d2a9..fac18e23667 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1054,7 +1054,7 @@ pyxeoma==1.4.0 pyzabbix==0.7.4 # homeassistant.components.sensor.qnap -qnapstats==0.2.4 +qnapstats==0.2.5 # homeassistant.components.switch.rachio rachiopy==0.1.2