fix flakey tests

This commit is contained in:
J. Nick Koston
2025-06-06 22:34:22 -05:00
parent 3b226625c6
commit 0187820475

View File

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