feat: remove genie / almond
This commit is contained in:
parent
475a56bdfd
commit
7c5e098f74
3 changed files with 1 additions and 50 deletions
services/home-assistant
|
@ -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
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue