feat(home-assistant): enable ZHA quirks
This commit is contained in:
parent
b871dc4772
commit
767f0f7853
|
@ -78,6 +78,9 @@ in {
|
||||||
recorder.purge_keep_days = 60;
|
recorder.purge_keep_days = 60;
|
||||||
zha = {
|
zha = {
|
||||||
database_path = "/var/lib/hass/zigbee.db";
|
database_path = "/var/lib/hass/zigbee.db";
|
||||||
|
enable_quirks = true;
|
||||||
|
custom_quirks_path =
|
||||||
|
"${config.services.home-assistant.configDir}/zha_quirks/";
|
||||||
zigpy_config = { ota = { ikea_provider = true; }; };
|
zigpy_config = { ota = { ikea_provider = true; }; };
|
||||||
};
|
};
|
||||||
conversation = { intents = { }; };
|
conversation = { intents = { }; };
|
||||||
|
|
Loading…
Reference in a new issue