feat(home-assistant): enable ZHA quirks

This commit is contained in:
Felix Schröter 2023-09-13 23:30:43 +02:00
parent b871dc4772
commit 767f0f7853
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -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 = { }; };