mirror of
https://github.com/esphome/esphome.git
synced 2026-09-18 02:28:42 +00:00
19 lines
250 B
YAML
19 lines
250 B
YAML
---
|
|
esphome:
|
|
name: test
|
|
|
|
esp32:
|
|
board: esp32dev
|
|
|
|
logger:
|
|
|
|
switch:
|
|
- platform: template
|
|
id: plain_switch
|
|
turn_on_action:
|
|
- logger.log: "on"
|
|
- platform: template
|
|
id: enabled_switch
|
|
optimistic: true
|
|
assumed_state: true
|