mirror of
https://github.com/boneIO-eu/esphome.git
synced 2026-04-10 20:50:02 +02:00
10 lines
145 B
YAML
10 lines
145 B
YAML
switch:
|
|
- platform: gpio
|
|
id: buzzer
|
|
name: 'Buzzer'
|
|
pin:
|
|
number: GPIO2
|
|
mode:
|
|
output: true
|
|
inverted: false
|