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