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