mirror of
https://github.com/esphome/esphome.git
synced 2024-11-02 08:40:55 +01:00
7 lines
117 B
YAML
7 lines
117 B
YAML
button:
|
|
- platform: template
|
|
name: Button
|
|
id: some_button
|
|
on_press:
|
|
- logger.log: Button pressed
|