mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 13:08:19 -04:00
removed trusted_proxies from home_assistant
This commit is contained in:
@@ -20,7 +20,6 @@
|
|||||||
"127.0.0.1"
|
"127.0.0.1"
|
||||||
];
|
];
|
||||||
use_x_forwarded_for = true;
|
use_x_forwarded_for = true;
|
||||||
trusted_proxies = "192.168.90.40";
|
|
||||||
};
|
};
|
||||||
homeassistant = {
|
homeassistant = {
|
||||||
time_zone = "America/New_York";
|
time_zone = "America/New_York";
|
||||||
@@ -52,6 +51,7 @@
|
|||||||
ssdp = { };
|
ssdp = { };
|
||||||
sun = { };
|
sun = { };
|
||||||
webhook = { };
|
webhook = { };
|
||||||
|
cloud = { };
|
||||||
zeroconf = { };
|
zeroconf = { };
|
||||||
automation = "!include automations.yaml";
|
automation = "!include automations.yaml";
|
||||||
script = "!include scripts.yaml";
|
script = "!include scripts.yaml";
|
||||||
|
|||||||
Reference in New Issue
Block a user