yuki: disable botoh && set hass unit_system
This commit is contained in:
parent
502791c2a7
commit
c2cbad7587
2 changed files with 2 additions and 2 deletions
hosts/yuki/services
|
@ -11,6 +11,6 @@
|
||||||
./anki-sync-server.nix
|
./anki-sync-server.nix
|
||||||
# ./paperless.nix
|
# ./paperless.nix
|
||||||
# ./hydroxide.nix
|
# ./hydroxide.nix
|
||||||
./botoh.nix
|
# ./botoh.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,7 +8,7 @@ _: {
|
||||||
homeassistant = {
|
homeassistant = {
|
||||||
name = "Home";
|
name = "Home";
|
||||||
time_zone = "America/New_York";
|
time_zone = "America/New_York";
|
||||||
unit_system = "imperial";
|
unit_system = "us_customary";
|
||||||
temperature_unit = "F";
|
temperature_unit = "F";
|
||||||
currency = "USD";
|
currency = "USD";
|
||||||
country = "US";
|
country = "US";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue