diff --git a/services/home-assistant.nix b/services/home-assistant.nix index 4ed9bca..2a8f698 100644 --- a/services/home-assistant.nix +++ b/services/home-assistant.nix @@ -76,7 +76,7 @@ in { }]; almond = { type = "local"; - host = "http://localhost:${toString geniePort}"; + host = "http://localhost:${toString geniePort}/me"; }; }; # configWritable = true; # doesn't work atm