mirror of
https://github.com/esphome/esphome.git
synced 2025-02-13 16:38:18 +00:00
16 lines
201 B
YAML
16 lines
201 B
YAML
---
|
|
esphome:
|
|
name: test
|
|
|
|
esp8266:
|
|
board: d1_mini_lite
|
|
|
|
sensor:
|
|
- platform: adc
|
|
pin: A0
|
|
id: s_1
|
|
name: test s1
|
|
sampling_mode: min
|
|
update_interval: 60s
|
|
device_class: voltage
|