feat(home-assistant): add ha-sourdough custom component #8

Open
finn.markwitz wants to merge 4 commits from feat/ha-sourdough into main
Showing only changes of commit 28b23fe9f2 - Show all commits
@@ -23,6 +23,23 @@ in
services.home-assistant = {
enable = true;
openFirewall = true;
# HACS-style custom components, packaged declaratively (no HACS runtime).
# Config-flow based: add via Settings > Devices & Services after rebuild.
customComponents = [
(pkgs.buildHomeAssistantComponent {
owner = "Matts-Baps";
domain = "sourdough";
version = "1.1.3";
src = pkgs.fetchFromGitHub {
owner = "Matts-Baps";
repo = "ha-sourdough";
rev = "v1.1.3";
hash = "sha256-Uoid/2f6GxZMuE5Keu2VjHPYuOxnYG8hsCD6BYcaTvM=";
};
})
];
extraComponents = [
"matter"
"mobile_app"