Block Avion from auto installing because only supported on Linux (cc #5414)
This commit is contained in:
parent
3b25b5a6da
commit
a74258db09
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -20,6 +20,7 @@ COMMENT_REQUIREMENTS = (
|
|||
'evdev',
|
||||
'pycups',
|
||||
'python-eq3bt',
|
||||
'avion'
|
||||
)
|
||||
|
||||
IGNORE_PACKAGES = (
|
||||
|
|
Loading…
Add table
Reference in a new issue