From 6a6c7af99a5a9d7e75f7d423fb26ba016233a661 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Wed, 23 Oct 2024 14:00:41 -0400 Subject: [PATCH] feat(hass): change the timer icons --- devices/homie/modules/home-assistant/timer.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devices/homie/modules/home-assistant/timer.nix b/devices/homie/modules/home-assistant/timer.nix index f04efeeb..2d27c64f 100644 --- a/devices/homie/modules/home-assistant/timer.nix +++ b/devices/homie/modules/home-assistant/timer.nix @@ -4,7 +4,7 @@ mkTimer = id: { "assist_timer${toString id}" = { - icon = "mdi:assistant"; + icon = "mdi:timer-outline"; name = "Assist - Timer ${toString id}"; restore = true; }; @@ -12,7 +12,7 @@ mkLocation = id: { "assist_timer${toString id}_location" = { - icon = "mdi:assistant"; + icon = "mdi:map-marker"; name = "Assist - Timer ${toString id} Location"; max = 255; };