mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Prevent bluepy from being part of requirements_all.txt (#39275)
This commit is contained in:
parent
44118d8fb6
commit
df9de8eb5d
@ -298,7 +298,7 @@ aurorapy==0.2.6
|
|||||||
av==8.0.2
|
av==8.0.2
|
||||||
|
|
||||||
# homeassistant.components.avea
|
# homeassistant.components.avea
|
||||||
avea==1.4
|
# avea==1.4
|
||||||
|
|
||||||
# homeassistant.components.avion
|
# homeassistant.components.avion
|
||||||
# avion==0.10
|
# avion==0.10
|
||||||
@ -334,7 +334,7 @@ batinfo==0.4.2
|
|||||||
beautifulsoup4==4.9.1
|
beautifulsoup4==4.9.1
|
||||||
|
|
||||||
# homeassistant.components.beewi_smartclim
|
# homeassistant.components.beewi_smartclim
|
||||||
beewi_smartclim==0.0.7
|
# beewi_smartclim==0.0.7
|
||||||
|
|
||||||
# homeassistant.components.zha
|
# homeassistant.components.zha
|
||||||
bellows==0.18.1
|
bellows==0.18.1
|
||||||
|
@ -15,8 +15,10 @@ from homeassistant.util.yaml.loader import load_yaml
|
|||||||
COMMENT_REQUIREMENTS = (
|
COMMENT_REQUIREMENTS = (
|
||||||
"Adafruit_BBIO",
|
"Adafruit_BBIO",
|
||||||
"Adafruit-DHT",
|
"Adafruit-DHT",
|
||||||
|
"avea", # depends on bluepy
|
||||||
"avion",
|
"avion",
|
||||||
"beacontools",
|
"beacontools",
|
||||||
|
"beewi_smartclim", # depends on bluepy
|
||||||
"blinkt",
|
"blinkt",
|
||||||
"bluepy",
|
"bluepy",
|
||||||
"bme680",
|
"bme680",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user