fix flakey tests

This commit is contained in:
J. Nick Koston
2025-06-06 22:39:36 -05:00
parent 7f8b277ea4
commit c4ebdd3875

View File

@@ -53,3 +53,10 @@ switch:
- logger.log: "Switch 2 turned on"
turn_off_action:
- logger.log: "Switch 2 turned off"
# Interval to update binary sensors
interval:
- interval: 100ms
then:
- component.update: test_binary_sensor1
- component.update: test_binary_sensor2