mirror of
https://github.com/esphome/esphome.git
synced 2025-02-08 14:10:54 +00:00
10 lines
176 B
YAML
10 lines
176 B
YAML
sensor:
|
|
- platform: adc
|
|
id: my_sensor
|
|
pin: ${pin}
|
|
attenuation: 12db
|
|
- platform: integration
|
|
sensor: my_sensor
|
|
name: Integration Sensor
|
|
time_unit: s
|