feat(home-assistant): add country
This commit is contained in:
parent
7c5e098f74
commit
d719b55e2c
|
@ -45,6 +45,7 @@ in {
|
||||||
longitude = "!secret longitude";
|
longitude = "!secret longitude";
|
||||||
elevation = 42;
|
elevation = 42;
|
||||||
unit_system = "metric";
|
unit_system = "metric";
|
||||||
|
country = "DE";
|
||||||
temperature_unit = "C";
|
temperature_unit = "C";
|
||||||
external_url = "https://home.felschr.com";
|
external_url = "https://home.felschr.com";
|
||||||
internal_url = "http://192.168.1.102:8123";
|
internal_url = "http://192.168.1.102:8123";
|
||||||
|
|
Loading…
Reference in a new issue