From 624ebc8f8bdae3b7892b07802bcb70813f72a9c4 Mon Sep 17 00:00:00 2001 From: Roving Ronin <108674933+Roving-Ronin@users.noreply.github.com> Date: Sat, 9 May 2026 16:15:01 +1000 Subject: [PATCH 1/2] Add uptime sensor to athom-smart-plug-v2.yaml --- athom-smart-plug-v2.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/athom-smart-plug-v2.yaml b/athom-smart-plug-v2.yaml index a9cf224..59a0cc7 100644 --- a/athom-smart-plug-v2.yaml +++ b/athom-smart-plug-v2.yaml @@ -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 From ee4c1d30e5565d7cc34c90772be2dd67f571d788 Mon Sep 17 00:00:00 2001 From: Roving Ronin <108674933+Roving-Ronin@users.noreply.github.com> Date: Sat, 9 May 2026 16:15:51 +1000 Subject: [PATCH 2/2] Add ID to uptime sensor in athom-smart-plug.yaml Add an ID to the uptime sensor for better identification. --- athom-smart-plug.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/athom-smart-plug.yaml b/athom-smart-plug.yaml index a9c61b0..3452cd5 100644 --- a/athom-smart-plug.yaml +++ b/athom-smart-plug.yaml @@ -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