1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 11:22:24 +01:00

[adc] Test platforms on IDF (#9536)

This commit is contained in:
Edward Firmo
2025-07-16 09:35:33 +02:00
committed by GitHub
parent 63e2e2b2a2
commit 9ae8c5b147
13 changed files with 69 additions and 35 deletions

View File

@@ -1,11 +1,6 @@
packages:
base: !include common.yaml
sensor:
- platform: adc
- id: !extend my_sensor
pin: A0
name: Living Room Brightness
update_interval: "1:01"
attenuation: 2.5db
unit_of_measurement: "°C"
icon: "mdi:water-percent"
accuracy_decimals: 5
setup_priority: -100
force_update: true