From 88d3d6311fac223e3877043704bd02ede91ab314 Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Thu, 23 Jan 2025 22:49:16 -0500 Subject: [PATCH] adding rokuecp --- .vscode/settings.json | 2 ++ systems/jeeves/home_assistant.nix | 1 + 2 files changed, 3 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index ed4fb50..45b535e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -19,6 +19,7 @@ "auditd", "autofetch", "autologin", + "automations", "autopull", "autotrim", "azuretools", @@ -199,6 +200,7 @@ "relatime", "Rhosts", "ripgrep", + "rokuecp", "routable", "rspace", "rtkit", diff --git a/systems/jeeves/home_assistant.nix b/systems/jeeves/home_assistant.nix index 34aeef6..320e11a 100644 --- a/systems/jeeves/home_assistant.nix +++ b/systems/jeeves/home_assistant.nix @@ -55,6 +55,7 @@ in psycopg2 pymetno pyownet + rokuecp uiprotect ]; extraComponents = [ "isal" ];