mirror of
https://github.com/esphome/esphome.git
synced 2024-11-01 08:37:10 +01:00
14 lines
188 B
YAML
14 lines
188 B
YAML
---
|
|
esphome:
|
|
name: test
|
|
platform: ESP8266
|
|
board: d1_mini_lite
|
|
|
|
sensor:
|
|
- platform: adc
|
|
pin: A0
|
|
id: s_1
|
|
name: test s1
|
|
update_interval: 60s
|
|
device_class: voltage
|