feat(hass): add general info
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-09-06 10:14:03 -04:00
parent fd54cac952
commit 3106a6b880

View file

@ -20,6 +20,15 @@
]; ];
config = { config = {
homeassistant = {
name = "Home";
unit_system = "metric";
currency = "CAD";
country = "CA";
time_zone = "America/Montreal";
external_url = "https://homie.nelim.org";
};
# Proxy settings # Proxy settings
http = { http = {
server_host = "0.0.0.0"; server_host = "0.0.0.0";