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 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