totoro/home-assistant: correct entity IDs
This commit is contained in:
parent
29507e115f
commit
a8b6acd64a
1 changed files with 3 additions and 3 deletions
|
@ -223,7 +223,7 @@ in {
|
||||||
entity = "select.hdmi_matrix_hdmi_1_projector";
|
entity = "select.hdmi_matrix_hdmi_1_projector";
|
||||||
} {
|
} {
|
||||||
name = "Power (CEC)";
|
name = "Power (CEC)";
|
||||||
entity = "select.hdmi_matrix_hdmi_1_projector_cec_power";
|
entity = "switch.hdmi_matrix_hdmi_1_projector_cec_power";
|
||||||
icon = "mdi:power";
|
icon = "mdi:power";
|
||||||
}];
|
}];
|
||||||
} {
|
} {
|
||||||
|
@ -238,7 +238,7 @@ in {
|
||||||
icon = "mdi:power";
|
icon = "mdi:power";
|
||||||
} {
|
} {
|
||||||
name = "Power (CEC)";
|
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";
|
icon = "mdi:power";
|
||||||
}];
|
}];
|
||||||
} {
|
} {
|
||||||
|
@ -249,7 +249,7 @@ in {
|
||||||
entity = "select.hdmi_matrix_hdmi_3_desk_monitor";
|
entity = "select.hdmi_matrix_hdmi_3_desk_monitor";
|
||||||
} {
|
} {
|
||||||
name = "Power";
|
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";
|
icon = "mdi:power";
|
||||||
}];
|
}];
|
||||||
}];
|
}];
|
||||||
|
|
Loading…
Reference in a new issue