Update home assistant config
This commit is contained in:
parent
8799bd1e08
commit
53ea7327bf
1 changed files with 2 additions and 2 deletions
|
|
@ -352,7 +352,7 @@ with lib; {
|
||||||
|
|
||||||
http = {
|
http = {
|
||||||
use_x_forwarded_for = true;
|
use_x_forwarded_for = true;
|
||||||
trusted_proxies = [ "172.23.15.212" "::1" "127.0.0.1" ];
|
trusted_proxies = [ "172.23.4.159" "::1" "127.0.0.1" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
cloud = { };
|
cloud = { };
|
||||||
|
|
@ -363,7 +363,7 @@ with lib; {
|
||||||
}];
|
}];
|
||||||
esphome = { };
|
esphome = { };
|
||||||
frontend = { };
|
frontend = { };
|
||||||
google_assistant = { project_id = "light-cathode-372118"; };
|
# google_assistant = { project_id = "light-cathode-372118"; };
|
||||||
history = { };
|
history = { };
|
||||||
logbook = { };
|
logbook = { };
|
||||||
# logger.default = "debug";
|
# logger.default = "debug";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue