From 1bb6f5a86d2384f5e4f1cbf2be071aba7b2d03ba Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sun, 2 Mar 2025 22:39:03 +0100 Subject: [PATCH] fixup! WIP: Odin HASS -> smartir --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index c64043b..4ca14fb 100644 --- a/flake.nix +++ b/flake.nix @@ -254,6 +254,7 @@ }; patches = [ ]; postPatch = '' + ls -r sed 's/Broadlink/ZHA/' codes/climate/1964.json > codes/climate/50.json ''; });