Add VCC sensor for esp8266 not using ADC

This commit is contained in:
2023-04-08 08:41:14 +02:00
parent 249615cd90
commit c4ddb2308b
4 changed files with 9 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
# Make sure nothing is connected to the A0 pin.
sensor:
- platform: adc
pin: VCC
name: "VCC Voltage"