mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
10 lines
171 B
YAML
10 lines
171 B
YAML
|
sensor:
|
||
|
- platform: adc
|
||
|
id: my_sensor
|
||
|
pin: 4
|
||
|
attenuation: 11db
|
||
|
- platform: integration
|
||
|
sensor: my_sensor
|
||
|
name: Integration Sensor
|
||
|
time_unit: s
|