This commit is contained in:
mjallen18
2026-01-05 23:31:06 -06:00
parent 77c76e6483
commit 3b780d4d78
26 changed files with 306 additions and 302 deletions

View File

@@ -18,8 +18,8 @@ buildHomeAssistantComponent rec {
# PYTHONPATH = [ "${src}/uart-wifi" ];
propagatedBuildInputs = [
pkgs.${namespace}.uart-wifi
nativeBuildInputs = with pkgs.${namespace}; [
uart-wifi
];
meta = {

View File

@@ -16,7 +16,7 @@ buildHomeAssistantComponent rec {
hash = "sha256-47u2oG8MvEX0B8fu1Hs9sV7EXwPyOVRWNn6Mb4BpHGI=";
};
propagatedBuildInputs = with python3Packages; [
nativeBuildInputs = with python3Packages; [
beautifulsoup4
];

View File

@@ -16,7 +16,7 @@ buildHomeAssistantComponent rec {
hash = "sha256-Zuidx6YrjqDzgtOTW380Rfzi1zHqJ07IrgBYztfM2II=";
};
propagatedBuildInputs = with python3Packages; [
nativeBuildInputs = with python3Packages; [
beautifulsoup4
];

View File

@@ -3,6 +3,7 @@
fetchFromGitHub,
python3Packages,
namespace,
pkgs,
...
}:
buildHomeAssistantComponent rec {
@@ -17,13 +18,13 @@ buildHomeAssistantComponent rec {
hash = "sha256-hxgQsHb0E/XQEZoVFtKOgdHEVsU5UgqhOjjkgKqlI1I=";
};
propagatedBuildInputs = with python3Packages; [
nativeBuildInputs = with python3Packages; [
# gehomesdk
slixmpp
pkgs.${namespace}.gehomesdk
pkgs.${namespace}.magicattr
];
] ++ (with pkgs.${namespace}; [
gehomesdk
magicattr
]);
meta = {
changelog = "https://github.com/simbaja/ha_gehome/releases/tag/${version}";

View File

@@ -16,7 +16,7 @@ buildHomeAssistantComponent rec {
hash = "sha256-5uw1guGLTpaLPjhXQ6jP7kA0iWdbEgNZ/vnBjJWeCPA=";
};
propagatedBuildInputs = with python3Packages; [
nativeBuildInputs = with python3Packages; [
fido2
srp
];

View File

@@ -16,7 +16,7 @@ buildHomeAssistantComponent rec {
hash = "sha256-be4cW3f30G32MGl49YGja9/SlMHdnQ9IguuY14wgKGI=";
};
propagatedBuildInputs = with python3Packages; [
nativeBuildInputs = with python3Packages; [
huggingface-hub
ollama
webcolors

View File

@@ -16,7 +16,7 @@ buildHomeAssistantComponent rec {
hash = "sha256-8UNmtHxioyrmYd9ILkbLOByzu+K+r2svKkzv9mzc3eA=";
};
propagatedBuildInputs = with python3Packages; [
nativeBuildInputs = with python3Packages; [
beautifulsoup4
dateparser
pillow

View File

@@ -17,8 +17,8 @@ buildHomeAssistantComponent rec {
hash = "sha256-vXVl+9TIWswNemoUqjeQsTJDPh/OjHUf237QU3OaqJU=";
};
propagatedBuildInputs = [
pkgs.${namespace}.python-nanokvm
nativeBuildInputs = with pkgs.${namespace}; [
python-nanokvm
];
postPatch = ''

View File

@@ -17,7 +17,7 @@ buildHomeAssistantComponent rec {
hash = "sha256-5h1EqwpnsmWexqB3J/X4OcN9bfBYUxGxLF1Hrmoi5LY=";
};
propagatedBuildInputs = with pkgs.python3Packages; [
nativeBuildInputs = with pkgs.python3Packages; [
jsonschema
];

View File

@@ -17,8 +17,8 @@ buildHomeAssistantComponent rec {
hash = "sha256-UvUowCgfay9aRV+iC/AQ9vvJzhGZbH+/1kVjxPFBKcI=";
};
propagatedBuildInputs = [
pkgs.${namespace}.pyoverseerr
nativeBuildInputs = with pkgs.${namespace}; [
pyoverseerr
];
meta = {

View File

@@ -17,8 +17,8 @@ buildHomeAssistantComponent rec {
hash = "sha256-J9VFNImri0xF8RfND1bZl12CreKA023eHsXFNVt1YNQ=";
};
propagatedBuildInputs = [
pkgs.${namespace}.wyzeapy
nativeBuildInputs = with pkgs.${namespace}; [
wyzeapy
];
postPatch = ''