mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-02-28 03:41:57 +01:00
Edited / added accuracy_decimals (#1507)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
parent
6c86fe2e5e
commit
a945103426
@ -64,12 +64,14 @@ measure the total consumed energy in kWh.
|
||||
pin: 12
|
||||
unit_of_measurement: 'kW'
|
||||
name: 'Electricity Usage'
|
||||
internal_filter: 100ms
|
||||
accuracy_decimals: 3
|
||||
filters:
|
||||
- multiply: 0.06
|
||||
total:
|
||||
name: "Electricity Total"
|
||||
unit_of_measurement: "kWh"
|
||||
accuracy_decimals: 0
|
||||
accuracy_decimals: 3
|
||||
filters:
|
||||
- multiply: 0.001
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user