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.
This commit is contained in:
parent
2c39038507
commit
7b3cc9fe1f
3 changed files with 4 additions and 4 deletions
|
@ -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__)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue