From c4ebdd38756bf1648d2cb2cb7e6fab92a1c5761c Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 6 Jun 2025 22:39:36 -0500 Subject: [PATCH] fix flakey tests --- tests/integration/fixtures/host_mode_batch_delay.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/integration/fixtures/host_mode_batch_delay.yaml b/tests/integration/fixtures/host_mode_batch_delay.yaml index 9da7d37b5c..8a2553061d 100644 --- a/tests/integration/fixtures/host_mode_batch_delay.yaml +++ b/tests/integration/fixtures/host_mode_batch_delay.yaml @@ -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