Skip to content
Open
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
2 changes: 2 additions & 0 deletions athom-smart-plug-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ sensor:
update_interval: ${sensor_update_interval}

- platform: total_daily_energy
id: daily_energy_sensor
name: "Total Energy Since Boot"
restore: true
power_id: power_sensor
Expand Down Expand Up @@ -370,6 +371,7 @@ text_sensor:

# Creates a sensor of the uptime of the device, in formatted days, hours, minutes and seconds
- platform: template
id: uptime_text
name: "Uptime"
entity_category: diagnostic
lambda: |-
Expand Down