about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2024-02-24 21:20:57 -0800
committerRobert Schütz <nix@dotlambda.de>2024-02-24 21:20:57 -0800
commitc1678610c7890d771d13fcd8cf94e6f8d49ba978 (patch)
treed613b8975dcc991b81d7ca5713eddad5edab3a9c /pkgs/servers
parenta05bba99fdd4a63bc02160bc1187e11133f7fbd8 (diff)
downloadnixlib-c1678610c7890d771d13fcd8cf94e6f8d49ba978.tar
nixlib-c1678610c7890d771d13fcd8cf94e6f8d49ba978.tar.gz
nixlib-c1678610c7890d771d13fcd8cf94e6f8d49ba978.tar.bz2
nixlib-c1678610c7890d771d13fcd8cf94e6f8d49ba978.tar.lz
nixlib-c1678610c7890d771d13fcd8cf94e6f8d49ba978.tar.xz
nixlib-c1678610c7890d771d13fcd8cf94e6f8d49ba978.tar.zst
nixlib-c1678610c7890d771d13fcd8cf94e6f8d49ba978.zip
home-assistant: support system_bridge component
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/home-assistant/component-packages.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/servers/home-assistant/component-packages.nix b/pkgs/servers/home-assistant/component-packages.nix
index 69820ea320de..5e4754d36d18 100644
--- a/pkgs/servers/home-assistant/component-packages.nix
+++ b/pkgs/servers/home-assistant/component-packages.nix
@@ -4887,8 +4887,9 @@
       ifaddr
       psutil-home-assistant
       sqlalchemy
+      systembridgeconnector
       zeroconf
-    ]; # missing inputs: systembridgeconnector
+    ];
     "system_health" = ps: with ps; [
       aiohttp-cors
       aiohttp-fast-url-dispatcher
@@ -6490,6 +6491,7 @@
     "syncthing"
     "syncthru"
     "synology_dsm"
+    "system_bridge"
     "system_health"
     "system_log"
     "systemmonitor"