mirror of
https://github.com/esphome/esphome.git
synced 2026-08-22 22:26:21 +00:00
17 lines
228 B
YAML
17 lines
228 B
YAML
esphome:
|
|
name: test
|
|
|
|
rp2:
|
|
board: rpipicow
|
|
|
|
sensor:
|
|
- platform: adc
|
|
pin: TEMPERATURE
|
|
name: Deprecated ADC Temperature
|
|
id: adc_temperature
|
|
|
|
- platform: adc
|
|
pin: 26
|
|
name: ADC Voltage
|
|
id: adc_voltage
|