mirror of
https://github.com/esphome/esphome.git
synced 2025-10-17 17:23:45 +01:00
17 lines
267 B
YAML
17 lines
267 B
YAML
esphome:
|
|
on_boot:
|
|
then:
|
|
- pzemdc.reset_energy: pzemdc1
|
|
|
|
sensor:
|
|
- platform: pzemdc
|
|
id: pzemdc1
|
|
voltage:
|
|
name: PZEMDC Voltage
|
|
current:
|
|
name: PZEMDC Current
|
|
power:
|
|
name: PZEMDC Power
|
|
energy:
|
|
name: PZEMDC Energy
|