Bump a couple of dependencies (#7231)
* avion light: Bump python-avion dependency version The dependencies in python-avion weren't sufficiently strict. This is now fixed, but means we need to depend on a new version. * decora light: Bump python-decora dependency There's a new version of python-decora with a reliability fix, so depend on that.pull/7243/head
parent
2c39038507
commit
7b3cc9fe1f
|
@ -14,7 +14,7 @@ from homeassistant.components.light import (
|
|||
PLATFORM_SCHEMA)
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
REQUIREMENTS = ['avion==0.5']
|
||||
REQUIREMENTS = ['avion==0.6']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ from homeassistant.components.light import (
|
|||
PLATFORM_SCHEMA)
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
REQUIREMENTS = ['decora==0.3']
|
||||
REQUIREMENTS = ['decora==0.4']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -71,7 +71,7 @@ apns2==0.1.1
|
|||
astral==1.4
|
||||
|
||||
# homeassistant.components.light.avion
|
||||
# avion==0.5
|
||||
# avion==0.6
|
||||
|
||||
# homeassistant.components.sensor.linux_battery
|
||||
batinfo==0.4.2
|
||||
|
@ -123,7 +123,7 @@ crimereports==1.0.0
|
|||
datapoint==0.4.3
|
||||
|
||||
# homeassistant.components.light.decora
|
||||
# decora==0.3
|
||||
# decora==0.4
|
||||
|
||||
# homeassistant.components.media_player.denonavr
|
||||
denonavr==0.3.1
|
||||
|
|
Loading…
Reference in New Issue