feat: remove genie / almond

This commit is contained in:
Felix Schröter 2023-05-31 19:20:24 +02:00
parent 475a56bdfd
commit 7c5e098f74
Signed by: felschr
GPG key ID: 671E39E6744C807D
3 changed files with 1 additions and 50 deletions
services/home-assistant

View file

@ -2,9 +2,7 @@
with pkgs;
let
port = config.services.home-assistant.config.http.server_port;
geniePort = 3232;
let port = config.services.home-assistant.config.http.server_port;
in {
imports = [ ./esphome.nix ];
@ -76,10 +74,6 @@ in {
delay_time = 0;
};
}];
almond = {
type = "local";
host = "http://localhost:${toString geniePort}/me";
};
};
# configWritable = true; # doesn't work atm
};