feat: add scenes yaml to hass and use source routing in ZHA

This commit is contained in:
oddlama 2025-03-03 22:21:34 +01:00
parent 6bc5a7cba3
commit 059c28d07a
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -92,6 +92,8 @@ in
trusted_proxies = [ nodes.ward-web-proxy.config.wireguard.proxy-home.ipv4 ];
};
zha.zigpy_config.source_routing = true;
homeassistant = {
name = "!secret ha_name";
latitude = "!secret ha_latitude";
@ -111,6 +113,7 @@ in
themes = "!include_dir_merge_named themes";
};
"automation ui" = "!include automations.yaml";
"scene" = "!include scenes.yaml";
influxdb = {
api_version = 2;