Bump Synology SRM dependency to version 0.0.6 ()

* Bump Synology SRM dependency to version 0.0.6

* Add @aerialls to the Synology SRM code owners
pull/21216/head
Julien Brochet 2019-02-19 16:01:47 +01:00 committed by Charles Garwood
parent 2d2c6cf4a1
commit 98c3c02daa
3 changed files with 3 additions and 2 deletions
homeassistant/components/device_tracker

View File

@ -68,6 +68,7 @@ homeassistant/components/device_tracker/quantum_gateway.py @cisasteelersfan
homeassistant/components/device_tracker/tile.py @bachya
homeassistant/components/device_tracker/traccar.py @ludeeus
homeassistant/components/device_tracker/bt_smarthub.py @jxwolstenholme
homeassistant/components/device_tracker/synology_srm.py @aerialls
homeassistant/components/history_graph/* @andrey-git
homeassistant/components/influx/* @fabaff
homeassistant/components/light/lifx_legacy.py @amelchio

View File

@ -13,7 +13,7 @@ from homeassistant.const import (
CONF_HOST, CONF_USERNAME, CONF_PASSWORD,
CONF_PORT, CONF_SSL, CONF_VERIFY_SSL)
REQUIREMENTS = ['synology-srm==0.0.4']
REQUIREMENTS = ['synology-srm==0.0.6']
_LOGGER = logging.getLogger(__name__)

View File

@ -1635,7 +1635,7 @@ suds-py3==1.3.3.0
swisshydrodata==0.0.3
# homeassistant.components.device_tracker.synology_srm
synology-srm==0.0.4
synology-srm==0.0.6
# homeassistant.components.tahoma
tahoma-api==0.0.14