This commit is contained in:
parent
265b2fb256
commit
b6c49b82b3
1 changed files with 5 additions and 3 deletions
|
|
@ -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 = { };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue