Version bump of DLink switch to v0.6.0 (#9252)
parent
185d838803
commit
4defd96cd6
|
@ -14,7 +14,7 @@ from homeassistant.const import (
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
from homeassistant.const import TEMP_CELSIUS, STATE_UNKNOWN
|
from homeassistant.const import TEMP_CELSIUS, STATE_UNKNOWN
|
||||||
|
|
||||||
REQUIREMENTS = ['pyW215==0.5.1']
|
REQUIREMENTS = ['pyW215==0.6.0']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
|
@ -539,7 +539,7 @@ pyHS100==0.2.4.2
|
||||||
pyRFXtrx==0.20.0
|
pyRFXtrx==0.20.0
|
||||||
|
|
||||||
# homeassistant.components.switch.dlink
|
# homeassistant.components.switch.dlink
|
||||||
pyW215==0.5.1
|
pyW215==0.6.0
|
||||||
|
|
||||||
# homeassistant.components.alarm_control_panel.alarmdotcom
|
# homeassistant.components.alarm_control_panel.alarmdotcom
|
||||||
pyalarmdotcom==0.3.0
|
pyalarmdotcom==0.3.0
|
||||||
|
|
Loading…
Reference in New Issue