Revert "[tests] Fail component test merge on conflicting duplicate IDs" (#16848)

This commit is contained in:
J. Nick Koston
2026-06-05 19:37:19 -05:00
committed by GitHub
parent 8f8a70b2be
commit 2a4913713a
115 changed files with 252 additions and 482 deletions

View File

@@ -31,7 +31,7 @@ sensor:
switch:
- platform: template
id: current_based_template_switch1
id: template_switch1
optimistic: true
- platform: template
id: template_switch2
@@ -46,7 +46,7 @@ cover:
open_obstacle_current_threshold: 0.8
open_duration: 12s
open_action:
- switch.turn_on: current_based_template_switch1
- switch.turn_on: template_switch1
close_sensor: ade7953_current_b
close_moving_current_threshold: 0.5
close_obstacle_current_threshold: 0.8
@@ -54,7 +54,7 @@ cover:
close_action:
- switch.turn_on: template_switch2
stop_action:
- switch.turn_off: current_based_template_switch1
- switch.turn_off: template_switch1
- switch.turn_off: template_switch2
obstacle_rollback: 30%
start_sensing_delay: 0.8s