Compare commits

...

2 commits

Author SHA1 Message Date
b6c49b82b3
fix(home-assistant): update ZHA config
Some checks failed
Test / tests (push) Failing after 24m34s
2025-10-30 17:20:04 +01:00
265b2fb256
chore(home-assistant): disable esphome
As it is currently unused.
2025-10-30 17:18:25 +01:00

View file

@ -14,7 +14,7 @@ in
imports = [
"${inputs.nixpkgs-unstable}/nixos/modules/services/home-automation/home-assistant.nix"
./wyoming.nix
./esphome.nix
# ./esphome.nix # HINT currently unused
];
# just installed for ConBee firmware updates
@ -46,7 +46,7 @@ in
"upnp"
"zha"
# "matter" # TODO uses insecure version of openssl
"esphome"
# "esphome" # HINT currently unused
"homekit_controller"
"fritz"
"roku"
@ -99,9 +99,11 @@ in
enable_quirks = true;
custom_quirks_path = "${config.services.home-assistant.configDir}/zha_quirks/";
zigpy_config.ota = {
ikea_provider = true;
sonoff_provider = true;
ledvance_provider = true;
extra_providers = [
{ type = "ikea"; }
{ type = "sonoff"; }
{ type = "ledvance"; }
];
};
};
zha_toolkit = { };