1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 14:43:51 +00:00

update tests now that duplicate names are validated

This commit is contained in:
J. Nick Koston
2025-06-25 00:18:28 +02:00
parent 83613726d1
commit 1f48e2b01f
2 changed files with 20 additions and 20 deletions

View File

@@ -26,7 +26,7 @@ alarm_control_panel:
ESP_LOGD("TEST", "State change %s", LOG_STR_ARG(alarm_control_panel_state_to_string(id(alarmcontrolpanel1)->get_state())));
- platform: template
id: alarmcontrolpanel2
name: Alarm Panel
name: Alarm Panel 2
codes:
- "1234"
requires_code_to_arm: true