From a74258db09e8d70a07127a1be443f2af1b396a3d Mon Sep 17 00:00:00 2001 From: Robbie Trencheny Date: Thu, 19 Jan 2017 13:14:48 -0800 Subject: [PATCH] Block Avion from auto installing because only supported on Linux (cc #5414) --- requirements_all.txt | 2 +- script/gen_requirements_all.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements_all.txt b/requirements_all.txt index 1c806033e2f..b895ff5cdb7 100755 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -53,7 +53,7 @@ apns2==0.1.1 astral==1.3.3 # homeassistant.components.light.avion -avion==0.5 +# avion==0.5 # homeassistant.components.sensor.linux_battery batinfo==0.4.2 diff --git a/script/gen_requirements_all.py b/script/gen_requirements_all.py index 81fb17aac17..e23c8d09fea 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -20,6 +20,7 @@ COMMENT_REQUIREMENTS = ( 'evdev', 'pycups', 'python-eq3bt', + 'avion' ) IGNORE_PACKAGES = (