mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 09:17:46 +01:00
10 lines
186 B
YAML
10 lines
186 B
YAML
|
event:
|
||
|
- platform: template
|
||
|
name: Event
|
||
|
id: some_event
|
||
|
event_types:
|
||
|
- template_event_type1
|
||
|
- template_event_type2
|
||
|
on_event:
|
||
|
- logger.log: Event fired
|