diff --git a/athom-smart-plug.yaml b/athom-smart-plug.yaml index 236b88b..57aa26e 100644 --- a/athom-smart-plug.yaml +++ b/athom-smart-plug.yaml @@ -227,14 +227,14 @@ sensor: return id(total_energy); update_interval: ${sensor_update_interval} - - platform: total_daily_energy - name: "Total Energy Since Boot" - power_id: socket_my_power - unit_of_measurement: kWh - accuracy_decimals: 3 - restore: true - filters: - - multiply: 0.001 + - platform: total_daily_energy + name: "Total Energy Since Boot" + power_id: socket_my_power + unit_of_measurement: kWh + accuracy_decimals: 3 + restore: true + filters: + - multiply: 0.001 # Dentra Components - Define the id of the sensor providing 'Total Energy' used # - platform: "energy_statistics"