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 {
services.matter-server.enable = true;
services.home-assistant = {
enable = true;
openFirewall = true;
extraComponents = [
"matter"
"mobile_app"
];
};
services.home-assistant.config = {
name = "Home - Rechberg";
unit_system = "metric";
mobile_app = {};
};
my.homepage.services = [