mirror of
https://github.com/home-assistant/core.git
synced 2025-04-26 10:17:51 +00:00
Block Avion from auto installing because only supported on Linux (cc #5414)
This commit is contained in:
parent
3b25b5a6da
commit
a74258db09
@ -53,7 +53,7 @@ apns2==0.1.1
|
|||||||
astral==1.3.3
|
astral==1.3.3
|
||||||
|
|
||||||
# homeassistant.components.light.avion
|
# homeassistant.components.light.avion
|
||||||
avion==0.5
|
# avion==0.5
|
||||||
|
|
||||||
# homeassistant.components.sensor.linux_battery
|
# homeassistant.components.sensor.linux_battery
|
||||||
batinfo==0.4.2
|
batinfo==0.4.2
|
||||||
|
@ -20,6 +20,7 @@ COMMENT_REQUIREMENTS = (
|
|||||||
'evdev',
|
'evdev',
|
||||||
'pycups',
|
'pycups',
|
||||||
'python-eq3bt',
|
'python-eq3bt',
|
||||||
|
'avion'
|
||||||
)
|
)
|
||||||
|
|
||||||
IGNORE_PACKAGES = (
|
IGNORE_PACKAGES = (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user