From 81283fa50f9f127b012f350d8a596b7ce4d80f48 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sun, 18 Jun 2023 07:41:12 +0200 Subject: [PATCH] Home asistant: WIP setup Google Assistant --- loki/configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/loki/configuration.nix b/loki/configuration.nix index dc38cc2..a0a0922 100644 --- a/loki/configuration.nix +++ b/loki/configuration.nix @@ -341,7 +341,10 @@ with lib; { # }]; esphome = { }; frontend = { }; - # google_assistant = { project_id = "light-cathode-372118"; }; + google_assistant = { + project_id = "home-network-373608"; + service_account = "!include home-manager-service-account.json"; + }; history = { }; logbook = { }; # logger.default = "debug";