fix(home-assistant): fix genie host
This commit is contained in:
parent
0a673b54a9
commit
945596ae95
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue