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