mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 14:50:40 +02:00
feat: add scenes yaml to hass and use source routing in ZHA
This commit is contained in:
parent
6bc5a7cba3
commit
059c28d07a
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue