From a8b6acd64a0c79f6df17ee32257c4f01093a4f87 Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Sun, 10 Nov 2024 19:02:42 +0000 Subject: [PATCH] totoro/home-assistant: correct entity IDs --- ops/nixos/totoro/home-assistant.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ops/nixos/totoro/home-assistant.nix b/ops/nixos/totoro/home-assistant.nix index ce170f21de..adba150fd2 100644 --- a/ops/nixos/totoro/home-assistant.nix +++ b/ops/nixos/totoro/home-assistant.nix @@ -223,7 +223,7 @@ in { entity = "select.hdmi_matrix_hdmi_1_projector"; } { name = "Power (CEC)"; - entity = "select.hdmi_matrix_hdmi_1_projector_cec_power"; + entity = "switch.hdmi_matrix_hdmi_1_projector_cec_power"; icon = "mdi:power"; }]; } { @@ -238,7 +238,7 @@ in { icon = "mdi:power"; } { name = "Power (CEC)"; - entity = "select.hdmi_matrix_hdmi_2_sound_bar_cec_power"; + entity = "switch.hdmi_matrix_hdmi_2_sound_bar_cec_power"; icon = "mdi:power"; }]; } { @@ -249,7 +249,7 @@ in { entity = "select.hdmi_matrix_hdmi_3_desk_monitor"; } { name = "Power"; - entity = "select.hdmi_matrix_hdmi_3_desk_monitor_cec_power"; + entity = "switch.hdmi_matrix_hdmi_3_desk_monitor_cec_power"; icon = "mdi:power"; }]; }];