fix(home-assistant): fix genie host
This commit is contained in:
parent
0a673b54a9
commit
945596ae95
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue