1
0
mirror of https://github.com/esphome/esphome.git synced 2025-02-13 16:38:18 +00:00
esphome/tests/component_tests/sensor/test_sensor.yaml
Igor Novgorodov 1ab1768b6a
Add ADC sampling method option (#8131)
Co-authored-by: Djordje Mandic <6750655+DjordjeMandic@users.noreply.github.com>
2025-02-10 17:32:54 +13:00

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