Merge branch 'home-assistant-matter' into 'master'

fix: enable mobile_app integration in HA config

See merge request finn.markwitz/nixos!15
This commit is contained in:
2026-05-05 11:37:32 +00:00
@@ -16,15 +16,20 @@ in
}; };
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
services.matter-server.enable = true;
services.home-assistant = { services.home-assistant = {
enable = true; enable = true;
openFirewall = true; openFirewall = true;
extraComponents = [
"matter"
"mobile_app"
];
}; };
services.home-assistant.config = { services.home-assistant.config = {
name = "Home - Rechberg"; name = "Home - Rechberg";
unit_system = "metric"; unit_system = "metric";
mobile_app = {};
}; };
my.homepage.services = [ my.homepage.services = [