mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
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 owners
This commit is contained in:
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/tile.py @bachya
|
||||||
homeassistant/components/device_tracker/traccar.py @ludeeus
|
homeassistant/components/device_tracker/traccar.py @ludeeus
|
||||||
homeassistant/components/device_tracker/bt_smarthub.py @jxwolstenholme
|
homeassistant/components/device_tracker/bt_smarthub.py @jxwolstenholme
|
||||||
|
homeassistant/components/device_tracker/synology_srm.py @aerialls
|
||||||
homeassistant/components/history_graph/* @andrey-git
|
homeassistant/components/history_graph/* @andrey-git
|
||||||
homeassistant/components/influx/* @fabaff
|
homeassistant/components/influx/* @fabaff
|
||||||
homeassistant/components/light/lifx_legacy.py @amelchio
|
homeassistant/components/light/lifx_legacy.py @amelchio
|
||||||
|
@ -13,7 +13,7 @@ from homeassistant.const import (
|
|||||||
CONF_HOST, CONF_USERNAME, CONF_PASSWORD,
|
CONF_HOST, CONF_USERNAME, CONF_PASSWORD,
|
||||||
CONF_PORT, CONF_SSL, CONF_VERIFY_SSL)
|
CONF_PORT, CONF_SSL, CONF_VERIFY_SSL)
|
||||||
|
|
||||||
REQUIREMENTS = ['synology-srm==0.0.4']
|
REQUIREMENTS = ['synology-srm==0.0.6']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -1635,7 +1635,7 @@ suds-py3==1.3.3.0
|
|||||||
swisshydrodata==0.0.3
|
swisshydrodata==0.0.3
|
||||||
|
|
||||||
# homeassistant.components.device_tracker.synology_srm
|
# homeassistant.components.device_tracker.synology_srm
|
||||||
synology-srm==0.0.4
|
synology-srm==0.0.6
|
||||||
|
|
||||||
# homeassistant.components.tahoma
|
# homeassistant.components.tahoma
|
||||||
tahoma-api==0.0.14
|
tahoma-api==0.0.14
|
||||||
|
Loading…
x
Reference in New Issue
Block a user