mirror of
https://github.com/esphome/esphome.git
synced 2024-11-08 09:40:53 +01:00
13 lines
188 B
YAML
13 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"
|