mirror of
https://github.com/esphome/esphome.git
synced 2025-09-01 19:02:18 +01:00
24 lines
414 B
YAML
24 lines
414 B
YAML
esphome:
|
|
name: scheduler-bulk-cleanup
|
|
|
|
external_components:
|
|
- source:
|
|
type: local
|
|
path: EXTERNAL_COMPONENT_PATH
|
|
|
|
host:
|
|
|
|
logger:
|
|
level: DEBUG
|
|
|
|
api:
|
|
services:
|
|
- service: trigger_bulk_cleanup
|
|
then:
|
|
- lambda: |-
|
|
auto component = id(bulk_cleanup_component);
|
|
component->trigger_bulk_cleanup();
|
|
|
|
scheduler_bulk_cleanup_component:
|
|
id: bulk_cleanup_component
|