mirror of
https://github.com/esphome/esphome.git
synced 2024-11-05 09:16:46 +01:00
05a95f8ee9
* Remove explicit cast for IPAddress * Make linter happy
35 lines
425 B
YAML
35 lines
425 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
|
|
|
|
mqtt:
|
|
broker: test.mosquitto.org
|
|
port: 1883
|
|
discovery: true
|
|
discovery_prefix: homeassistant
|