From 79a6b00345f09b4204140454d539427545347b25 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Tue, 31 Oct 2023 08:24:15 -0600 Subject: [PATCH] box: switch from C to F --- hosts/box/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/box/default.nix b/hosts/box/default.nix index 79367cd..1626cd5 100644 --- a/hosts/box/default.nix +++ b/hosts/box/default.nix @@ -363,7 +363,7 @@ in homeassistant = { name = "Home"; time_zone = "America/Denver"; - temperature_unit = "C"; + temperature_unit = "F"; unit_system = "metric"; longitude = -104.72; latitude = 38.35;