mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
home-assistant: support blue_current component
This commit is contained in:
parent
724b8ca51e
commit
b39d11c4a4
@ -6,6 +6,7 @@
|
||||
, setuptools
|
||||
, pytz
|
||||
, websockets
|
||||
, pytest-asyncio
|
||||
, pytest-mock
|
||||
, pytestCheckHook
|
||||
}:
|
||||
@ -39,6 +40,7 @@ buildPythonPackage rec {
|
||||
pythonImportsCheck = [ "bluecurrent_api" ];
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytest-asyncio
|
||||
pytest-mock
|
||||
pytestCheckHook
|
||||
];
|
||||
|
@ -419,7 +419,8 @@
|
||||
"bloomsky" = ps: with ps; [
|
||||
];
|
||||
"blue_current" = ps: with ps; [
|
||||
]; # missing inputs: bluecurrent-api
|
||||
bluecurrent-api
|
||||
];
|
||||
"bluemaestro" = ps: with ps; [
|
||||
aioesphomeapi
|
||||
aiohttp-cors
|
||||
@ -5784,6 +5785,7 @@
|
||||
"blackbird"
|
||||
"blebox"
|
||||
"blink"
|
||||
"blue_current"
|
||||
"bluemaestro"
|
||||
"blueprint"
|
||||
"bluetooth"
|
||||
|
Loading…
Reference in New Issue
Block a user