feat(home-assistant): enable OTA for SONOFF & LEDVANCE/OSRAM
This commit is contained in:
parent
6ca1656297
commit
fcb40d4d28
|
@ -86,7 +86,11 @@ in {
|
||||||
enable_quirks = true;
|
enable_quirks = true;
|
||||||
custom_quirks_path =
|
custom_quirks_path =
|
||||||
"${config.services.home-assistant.configDir}/zha_quirks/";
|
"${config.services.home-assistant.configDir}/zha_quirks/";
|
||||||
zigpy_config = { ota = { ikea_provider = true; }; };
|
zigpy_config.ota = {
|
||||||
|
ikea_provider = true;
|
||||||
|
sonoff_provider = true;
|
||||||
|
ledvance_provider = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
zha_toolkit = { };
|
zha_toolkit = { };
|
||||||
conversation = { intents = { }; };
|
conversation = { intents = { }; };
|
||||||
|
|
Loading…
Reference in a new issue