QNAP updates (#13435)

* Add @colinodell to CODEOWNERS for qnap sensor

* Bump qnapstats library to 0.2.5

This release adds better error handling for sharenames with no folder
pull/13440/head
Colin O'Dell 2018-03-24 17:13:12 -04:00 committed by Fabian Affolter
parent df35159cb4
commit 11930d5f20
3 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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__)

View File

@ -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