mirror of
https://github.com/esphome/esphome.git
synced 2024-11-07 09:31:10 +01:00
a9630ac847
Co-authored-by: Kuba Szczodrzyński <kuba@szczodrzynski.pl> Co-authored-by: Sam Neirinck <git@samneirinck.com> Co-authored-by: David Buezas <dbuezas@users.noreply.github.com> Co-authored-by: Stroe Andrei Catalin <catalin2402@gmail.com> Co-authored-by: Sam Neirinck <github@samneirinck.be> Co-authored-by: Péter Sárközi <xmisterhu@gmail.com> Co-authored-by: Hajo Noerenberg <hn@users.noreply.github.com>
29 lines
324 B
YAML
29 lines
324 B
YAML
# Tests for bk7xx boards using LibreTiny
|
|
---
|
|
wifi:
|
|
ssid: "ssid"
|
|
|
|
bk72xx:
|
|
board: cb2s
|
|
|
|
esphome:
|
|
name: bk72xx-test
|
|
|
|
logger:
|
|
|
|
ota:
|
|
|
|
captive_portal:
|
|
|
|
binary_sensor:
|
|
- platform: gpio
|
|
name: Home Button
|
|
pin: GPIO24
|
|
|
|
sensor:
|
|
- platform: adc
|
|
id: adc_sensor
|
|
name: ADC
|
|
pin: GPIO23
|
|
update_interval: 1s
|