mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Block Avion from auto installing because only supported on Linux (cc #5414)
This commit is contained in:
@ -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 = (
|
||||
|
Reference in New Issue
Block a user