From 9ea9eae3b64b15d278a2adfd64f872afe0264e55 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Wed, 17 Jan 2024 11:02:38 -0700 Subject: [PATCH] box: switch HA to imperial --- hosts/box/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/box/default.nix b/hosts/box/default.nix index 631c6fa..f611a94 100644 --- a/hosts/box/default.nix +++ b/hosts/box/default.nix @@ -391,8 +391,8 @@ in homeassistant = { name = "Home"; time_zone = "America/Denver"; - temperature_unit = "F"; - unit_system = "metric"; + temperature_unit = "C"; + unit_system = "imperial"; longitude = -104.72; latitude = 38.35; };