From fa127188df1c20c5fe34c8d514fe677ec28df99b Mon Sep 17 00:00:00 2001 From: Matthew Garrett Date: Sat, 10 Nov 2018 12:17:14 -0800 Subject: [PATCH] Bump python-avion dependency The current version of python-avion doesn't work correctly with Python 3.5. Update it to one that does. --- homeassistant/components/light/avion.py | 2 +- requirements_all.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/light/avion.py b/homeassistant/components/light/avion.py index 731f0e600fb..00fc4f33741 100644 --- a/homeassistant/components/light/avion.py +++ b/homeassistant/components/light/avion.py @@ -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__) diff --git a/requirements_all.txt b/requirements_all.txt index 1ec88c98fa0..77bb6646894 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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