totoro/home-assistant: correct entity IDs

This commit is contained in:
Luke Granger-Brown 2024-11-10 19:02:42 +00:00
parent 29507e115f
commit a8b6acd64a

View file

@ -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";
}];
}];