From c2cbad75879c50babafaa3bd216db08ee0f156d6 Mon Sep 17 00:00:00 2001
From: notohh <github@notohh.dev>
Date: Fri, 7 Feb 2025 23:15:52 -0500
Subject: [PATCH] yuki: disable botoh && set hass unit_system

---
 hosts/yuki/services/default.nix     | 2 +-
 hosts/yuki/services/hass/config.nix | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/hosts/yuki/services/default.nix b/hosts/yuki/services/default.nix
index 23a511e..8f87309 100644
--- a/hosts/yuki/services/default.nix
+++ b/hosts/yuki/services/default.nix
@@ -11,6 +11,6 @@
     ./anki-sync-server.nix
     # ./paperless.nix
     # ./hydroxide.nix
-    ./botoh.nix
+    # ./botoh.nix
   ];
 }
diff --git a/hosts/yuki/services/hass/config.nix b/hosts/yuki/services/hass/config.nix
index 34f5cb7..c73ff39 100644
--- a/hosts/yuki/services/hass/config.nix
+++ b/hosts/yuki/services/hass/config.nix
@@ -8,7 +8,7 @@ _: {
     homeassistant = {
       name = "Home";
       time_zone = "America/New_York";
-      unit_system = "imperial";
+      unit_system = "us_customary";
       temperature_unit = "F";
       currency = "USD";
       country = "US";