home-assistant: update component packages
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
fetchFromGitHub,
|
||||
pytest-asyncio,
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
setuptools,
|
||||
}:
|
||||
|
||||
@@ -15,8 +14,6 @@ buildPythonPackage rec {
|
||||
version = "1.0.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.11";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "richardpolzer";
|
||||
repo = "ekey-bionyx-api";
|
||||
@@ -41,6 +38,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/richardpolzer/ekey-bionyx-api";
|
||||
changelog = "https://github.com/richardpolzer/ekey-bionyx-api/releases/tag/${version}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ ];
|
||||
maintainers = [ lib.maintainers.jamiemagee ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -1457,7 +1457,8 @@
|
||||
];
|
||||
"ekeybionyx" =
|
||||
ps: with ps; [
|
||||
]; # missing inputs: ekey-bionyxpy
|
||||
ekey-bionyxpy
|
||||
];
|
||||
"electrasmart" =
|
||||
ps: with ps; [
|
||||
pyelectra
|
||||
@@ -7241,6 +7242,7 @@
|
||||
"efergy"
|
||||
"eheimdigital"
|
||||
"eight_sleep"
|
||||
"ekeybionyx"
|
||||
"electrasmart"
|
||||
"electric_kiwi"
|
||||
"elevenlabs"
|
||||
|
||||
Reference in New Issue
Block a user