Bump python-avion dependency
The current version of python-avion doesn't work correctly with Python 3.5. Update it to one that does.
This commit is contained in:
parent
f236e14bd6
commit
fa127188df
2 changed files with 4 additions and 4 deletions
|
@ -16,7 +16,7 @@ from homeassistant.const import (
|
|||
CONF_USERNAME)
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
REQUIREMENTS = ['antsar-avion==0.9.1']
|
||||
REQUIREMENTS = ['avion==0.10']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -140,9 +140,6 @@ anel_pwrctrl-homeassistant==0.0.1.dev2
|
|||
# homeassistant.components.media_player.anthemav
|
||||
anthemav==1.1.8
|
||||
|
||||
# homeassistant.components.light.avion
|
||||
# antsar-avion==0.9.1
|
||||
|
||||
# homeassistant.components.apcupsd
|
||||
apcaccess==0.0.13
|
||||
|
||||
|
@ -159,6 +156,9 @@ asterisk_mbox==0.5.0
|
|||
# homeassistant.components.media_player.dlna_dmr
|
||||
async-upnp-client==0.13.1
|
||||
|
||||
# homeassistant.components.light.avion
|
||||
# avion==0.10
|
||||
|
||||
# homeassistant.components.axis
|
||||
axis==16
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue