Files
esphome/tests/integration/fixtures/scheduler_string_lifetime.yaml
2025-07-06 09:55:14 -05:00

24 lines
433 B
YAML

esphome:
name: scheduler-string-lifetime-test
external_components:
- source:
type: local
path: EXTERNAL_COMPONENT_PATH
components: [scheduler_string_lifetime_component]
host:
logger:
level: DEBUG
scheduler_string_lifetime_component:
id: string_lifetime
api:
services:
- service: run_string_lifetime_test
then:
- lambda: |-
id(string_lifetime)->run_string_lifetime_test();