mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-24 22:02:04 +01:00
Fix pulse_counter example unit name (#2811)
This commit is contained in:
parent
83ea93d625
commit
a85e13f9ff
@ -93,7 +93,7 @@ measure the total consumed energy in kWh.
|
||||
sensor:
|
||||
- platform: pulse_counter
|
||||
pin: 12
|
||||
unit_of_measurement: 'Wh'
|
||||
unit_of_measurement: 'kW'
|
||||
name: 'Power Meter House'
|
||||
filters:
|
||||
- multiply: 0.06 # (60s/1000 pulses per kWh)
|
||||
|
Loading…
Reference in New Issue
Block a user