mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-06-07 13:24:56 +02:00
Remove specified accuracy_decimals from total_daily_energy (#2174)
This commit is contained in:
@@ -20,7 +20,6 @@ TotalDailyEnergy = total_daily_energy_ns.class_(
|
|||||||
|
|
||||||
CONFIG_SCHEMA = (
|
CONFIG_SCHEMA = (
|
||||||
sensor.sensor_schema(
|
sensor.sensor_schema(
|
||||||
accuracy_decimals=0,
|
|
||||||
device_class=DEVICE_CLASS_ENERGY,
|
device_class=DEVICE_CLASS_ENERGY,
|
||||||
state_class=STATE_CLASS_MEASUREMENT,
|
state_class=STATE_CLASS_MEASUREMENT,
|
||||||
last_reset_type=LAST_RESET_TYPE_AUTO,
|
last_reset_type=LAST_RESET_TYPE_AUTO,
|
||||||
|
|||||||
Reference in New Issue
Block a user