mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
7e5b100b77
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
12 lines
234 B
YAML
12 lines
234 B
YAML
sensor:
|
|
- platform: adc
|
|
id: my_sensor
|
|
name: VSYS
|
|
pin: VCC
|
|
- platform: resistance
|
|
sensor: my_sensor
|
|
configuration: DOWNSTREAM
|
|
resistor: 10kΩ
|
|
reference_voltage: 3.3V
|
|
name: Resistance
|
|
id: resist
|