fix flakey tests

This commit is contained in:
J. Nick Koston
2025-06-06 22:39:31 -05:00
parent 0261168b08
commit 7f8b277ea4

View File

@@ -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