home-assistant: support blue_current component

This commit is contained in:
Robert Schütz 2024-02-06 15:27:46 -08:00
parent 724b8ca51e
commit b39d11c4a4
2 changed files with 5 additions and 1 deletions

View File

@ -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
];

View File

@ -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"