Files
esphome/templates/esp8266-vcc.yaml
T
artem 8614d7f8a3 Settle on a common prefix to ESP-specific entities
esp is often used as a bridge to other device, e.g. a lock,
an AC, a siren, power switch etc. It helps to distinguish esp chip
sensor readings from that of the target device
2025-02-08 13:21:27 +01:00

8 lines
145 B
YAML

# Make sure nothing is connected to the A0 pin.
sensor:
- platform: adc
pin: VCC
name: "ESP chip VCC Voltage"
entity_category: diagnostic