Files
esphome/tests/integration/fixtures/loop_disable_enable.yaml
J. Nick Koston 80a8f1437e tests
2025-06-15 19:38:13 -05:00

24 lines
366 B
YAML

esphome:
name: loop-test
on_boot:
- logger.log: "System booted!"
host:
api:
logger:
level: DEBUG
external_components:
- source:
type: local
path: EXTERNAL_COMPONENT_PATH
loop_test_component:
id: loop_test
interval:
- interval: 1s
then:
- logger.log: "Interval tick"
# We'll check the loop behavior through logs and API