From 56c4e1fcade004f1251200ec07d6bad58ea093e5 Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Thu, 5 Mar 2026 10:34:34 -0600 Subject: [PATCH] conver --- .../services/homeassistant/default.nix | 21 ------------------- 1 file changed, 21 deletions(-) diff --git a/modules/nixos/homeassistant/services/homeassistant/default.nix b/modules/nixos/homeassistant/services/homeassistant/default.nix index e969c13..51279b2 100644 --- a/modules/nixos/homeassistant/services/homeassistant/default.nix +++ b/modules/nixos/homeassistant/services/homeassistant/default.nix @@ -414,27 +414,6 @@ in "System status" ]; }; - # Entity aliases for better recognition - entity_aliases = { - light.living_room_lights = [ - "living room light" - "living room lamp" - ]; - climate.thermostat = [ - "thermostat" - "temperature" - "climate" - ]; - vacuum.garbage_goober = [ - "vacuum" - "robot" - "cleaner" - ]; - light.bedroom_lights = [ - "bedroom light" - "bedroom lamp" - ]; - }; }; }; };