esphome/tests/components/resistance/test.esp32-idf.yaml
Keith Burzinski 7e5b100b77
Add some components to the new testing framework (R) (#6219)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2024-04-23 16:53:13 +12:00

12 lines
240 B
YAML

sensor:
- platform: adc
id: my_sensor
pin: 32
attenuation: 11db
- platform: resistance
sensor: my_sensor
configuration: DOWNSTREAM
resistor: 10kΩ
reference_voltage: 3.3V
name: Resistance
id: resist