mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-20 04:53:28 +02:00
f6848fe24d
* Initial changes to support testing of additional framework versions * Rename Arduino test files
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
|