mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 12:17:23 +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
|