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