mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 08:47:57 +00:00
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
This commit is contained in:
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…
x
Reference in New Issue
Block a user