fix(home-assistant): fix genie host

This commit is contained in:
Felix Schröter 2022-12-29 14:24:12 +01:00
parent 0a673b54a9
commit 945596ae95
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -76,7 +76,7 @@ in {
}]; }];
almond = { almond = {
type = "local"; type = "local";
host = "http://localhost:${toString geniePort}"; host = "http://localhost:${toString geniePort}/me";
}; };
}; };
# configWritable = true; # doesn't work atm # configWritable = true; # doesn't work atm