fix(home-assistant): update ZHA config
Some checks failed
Test / tests (push) Failing after 24m34s

This commit is contained in:
Felix Schröter 2025-10-30 17:20:04 +01:00
parent 265b2fb256
commit b6c49b82b3
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -99,9 +99,11 @@ in
enable_quirks = true; enable_quirks = true;
custom_quirks_path = "${config.services.home-assistant.configDir}/zha_quirks/"; custom_quirks_path = "${config.services.home-assistant.configDir}/zha_quirks/";
zigpy_config.ota = { zigpy_config.ota = {
ikea_provider = true; extra_providers = [
sonoff_provider = true; { type = "ikea"; }
ledvance_provider = true; { type = "sonoff"; }
{ type = "ledvance"; }
];
}; };
}; };
zha_toolkit = { }; zha_toolkit = { };