From 059c28d07a0e36d9890424ca7fccacc717140e26 Mon Sep 17 00:00:00 2001 From: oddlama Date: Mon, 3 Mar 2025 22:21:34 +0100 Subject: [PATCH] feat: add scenes yaml to hass and use source routing in ZHA --- hosts/sausebiene/home-assistant.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/sausebiene/home-assistant.nix b/hosts/sausebiene/home-assistant.nix index 8eadd28..70c8f1e 100644 --- a/hosts/sausebiene/home-assistant.nix +++ b/hosts/sausebiene/home-assistant.nix @@ -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;