yuki: disable botoh && set hass unit_system

This commit is contained in:
notohh 2025-02-07 23:15:52 -05:00
parent 502791c2a7
commit c2cbad7587
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 2 additions and 2 deletions
hosts/yuki/services

View file

@ -11,6 +11,6 @@
./anki-sync-server.nix ./anki-sync-server.nix
# ./paperless.nix # ./paperless.nix
# ./hydroxide.nix # ./hydroxide.nix
./botoh.nix # ./botoh.nix
]; ];
} }

View file

@ -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";