Bump Synology SRM dependency to version 0.0.6 (#21212)
* Bump Synology SRM dependency to version 0.0.6 * Add @aerialls to the Synology SRM code ownerspull/21216/head
parent
2d2c6cf4a1
commit
98c3c02daa
|
@ -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
|
||||
|
|
|
@ -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__)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue