mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 09:47:52 +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
|
||||
|
||||
# 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…
x
Reference in New Issue
Block a user