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