Fix data
This commit is contained in:
parent
bf23ebcf23
commit
d3ce517fa4
1 changed files with 1 additions and 10 deletions
|
|
@ -394,15 +394,6 @@ with lib; {
|
||||||
services.home-assistant = {
|
services.home-assistant = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# openFirewall = true;
|
# openFirewall = true;
|
||||||
# config = {
|
|
||||||
# default_config = { };
|
|
||||||
# name = "Casa";
|
|
||||||
# latitude = 45.05197317019396;
|
|
||||||
# longitude = 11.653331816196443;
|
|
||||||
# elevation = 17;
|
|
||||||
# unit_system = "metric";
|
|
||||||
# time_zone = "Europe/Rome";
|
|
||||||
# };
|
|
||||||
config = {
|
config = {
|
||||||
default_config = { };
|
default_config = { };
|
||||||
|
|
||||||
|
|
@ -410,7 +401,7 @@ with lib; {
|
||||||
name = "Casa";
|
name = "Casa";
|
||||||
latitude = "!secret home-latitude";
|
latitude = "!secret home-latitude";
|
||||||
longitude = "!secret home-longitude";
|
longitude = "!secret home-longitude";
|
||||||
elevation = 86;
|
elevation = 17;
|
||||||
unit_system = "metric";
|
unit_system = "metric";
|
||||||
time_zone = "Europe/Rome";
|
time_zone = "Europe/Rome";
|
||||||
external_url = "https://home-assistant.bertof.net";
|
external_url = "https://home-assistant.bertof.net";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue