mirror of
https://github.com/esphome/esphome.git
synced 2026-07-10 17:05:36 +00:00
9 lines
175 B
YAML
9 lines
175 B
YAML
sensor:
|
|
- platform: adc
|
|
id: integration_my_sensor
|
|
pin: VCC
|
|
- platform: integration
|
|
sensor: integration_my_sensor
|
|
name: Integration Sensor
|
|
time_unit: s
|