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
1 change: 1 addition & 0 deletions athom-smart-plug-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@ text_sensor:
# Creates a sensor of the uptime of the device, in formatted days, hours, minutes and seconds
- platform: uptime
name: "Uptime"
id: uptime_sensor
entity_category: diagnostic
icon: mdi:clock-start
update_interval: 60s
Expand Down
1 change: 1 addition & 0 deletions athom-smart-plug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@ text_sensor:
# Creates a sensor of the uptime of the device, in formatted days, hours, minutes and seconds
- platform: uptime
name: "Uptime"
id: uptime_sensor
entity_category: diagnostic
icon: mdi:clock-start
update_interval: 60s
Expand Down