From 01878204758bd3df8a663c1a65bb1e9e9558857e Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 6 Jun 2025 22:34:22 -0500 Subject: [PATCH] fix flakey tests --- tests/integration/fixtures/host_mode_batch_delay.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/integration/fixtures/host_mode_batch_delay.yaml b/tests/integration/fixtures/host_mode_batch_delay.yaml index 9da7d37b5c..2e0b120b92 100644 --- a/tests/integration/fixtures/host_mode_batch_delay.yaml +++ b/tests/integration/fixtures/host_mode_batch_delay.yaml @@ -32,11 +32,13 @@ binary_sensor: id: test_binary_sensor1 lambda: |- return true; + update_interval: 0.1s - platform: template name: "Test Binary Sensor 2" id: test_binary_sensor2 lambda: |- return false; + update_interval: 0.1s switch: - platform: template