From 082ffb235eee9e7e50f51b9be1a213551b5c6186 Mon Sep 17 00:00:00 2001 From: Tyler Starr Date: Mon, 4 Dec 2023 18:25:01 -0800 Subject: [PATCH] add backyard lights to automations --- provision/hosts/torus/home-assistant/automations.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/provision/hosts/torus/home-assistant/automations.nix b/provision/hosts/torus/home-assistant/automations.nix index 273c3933..79d1a9bb 100644 --- a/provision/hosts/torus/home-assistant/automations.nix +++ b/provision/hosts/torus/home-assistant/automations.nix @@ -21,6 +21,12 @@ entity_id = "ecec82df2265c6b92c8474fe0c9fde6b"; domain = "switch"; } + { + type = "turn_on"; + device_id = "f3da07b98e397fba271d2ee7016134b7"; + entity_id = "d23d2fc18b7cb7bab0f1075b55ca5df5"; + domain = "switch"; + } ]; } { @@ -42,6 +48,12 @@ entity_id = "ecec82df2265c6b92c8474fe0c9fde6b"; domain = "switch"; } + { + type = "turn_off"; + device_id = "f3da07b98e397fba271d2ee7016134b7"; + entity_id = "d23d2fc18b7cb7bab0f1075b55ca5df5"; + domain = "switch"; + } ]; } ];