Commit b39d11c4 authored by Robert Schütz's avatar Robert Schütz
Browse files

home-assistant: support blue_current component

parent 724b8ca5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
  ];
+3 −1
Original line number Diff line number Diff line
@@ -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"