mirror of
https://github.com/esphome/esphome.git
synced 2026-02-28 09:54:19 -07:00
24 lines
433 B
YAML
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();
|