feat(hass): add general info
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
fd54cac952
commit
3106a6b880
1 changed files with 9 additions and 0 deletions
|
@ -20,6 +20,15 @@
|
|||
];
|
||||
|
||||
config = {
|
||||
homeassistant = {
|
||||
name = "Home";
|
||||
unit_system = "metric";
|
||||
currency = "CAD";
|
||||
country = "CA";
|
||||
time_zone = "America/Montreal";
|
||||
external_url = "https://homie.nelim.org";
|
||||
};
|
||||
|
||||
# Proxy settings
|
||||
http = {
|
||||
server_host = "0.0.0.0";
|
||||
|
|
Loading…
Reference in a new issue