Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion athom-smart-plug-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,8 @@ sensor:
update_interval: ${sensor_update_interval}

- platform: total_daily_energy
name: "Total Energy Since Boot"
name: "Total Daily Energy"
id: daily_energy
restore: true
power_id: power_sensor
unit_of_measurement: kWh
Expand Down
3 changes: 2 additions & 1 deletion athom-smart-plug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,8 @@ sensor:
update_interval: ${sensor_update_interval}

- platform: total_daily_energy
name: "Total Energy Since Boot"
name: "Total Daily Energy"
id: daily_energy
power_id: socket_my_power
unit_of_measurement: kWh
icon: mdi:hours-24
Expand Down
3 changes: 2 additions & 1 deletion athom-without-relay-plug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,8 @@ sensor:
update_interval: ${sensor_update_interval}

- platform: total_daily_energy
name: "Total Energy Since Boot"
name: "Total Energy Daily Energy"
id: daily_energy
restore: true
power_id: power_sensor
unit_of_measurement: kWh
Expand Down