feat(hass): setup netdaemon

This commit is contained in:
matt1432 2024-10-05 12:38:13 -04:00
parent 291f42cf30
commit 82a05091a5
21 changed files with 599 additions and 4 deletions

View file

@ -241,6 +241,12 @@
repo = "mpv-touch-gestures";
type = "github";
};
netdaemon-src = {
flake = false;
owner = "net-daemon";
repo = "integration";
type = "github";
};
nh = {
inputs.nixpkgs.follows = "nixpkgs";
owner = "viperML";