mirror of
https://github.com/boneIO-eu/esphome.git
synced 2026-04-10 20:50:02 +02:00
this is initial release for single file
This commit is contained in:
9
devices/buzzer.yaml
Normal file
9
devices/buzzer.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
switch:
|
||||
- platform: gpio
|
||||
id: buzzer
|
||||
name: 'Buzzer'
|
||||
pin:
|
||||
number: GPIO2
|
||||
mode:
|
||||
output: true
|
||||
inverted: false
|
||||
Reference in New Issue
Block a user