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 folderpull/13440/head
parent
df35159cb4
commit
11930d5f20
|
@ -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
|
||||
|
|
|
@ -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__)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue