diff --git a/athom-cb02.yaml b/athom-cb02.yaml index af187a1..2dba09d 100644 --- a/athom-cb02.yaml +++ b/athom-cb02.yaml @@ -222,6 +222,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-garage-door.yaml b/athom-garage-door.yaml index 377e57e..067b1cb 100644 --- a/athom-garage-door.yaml +++ b/athom-garage-door.yaml @@ -209,6 +209,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-ls-4p-3wire.yaml b/athom-ls-4p-3wire.yaml index f39d285..c58e1ec 100644 --- a/athom-ls-4p-3wire.yaml +++ b/athom-ls-4p-3wire.yaml @@ -73,7 +73,8 @@ binary_sensor: sensor: - platform: uptime - name: "Uptime Sensor" + name: "Uptime" + id: uptime_sensor - platform: wifi_signal name: "WiFi Signal" diff --git a/athom-ls-4p-4wire.yaml b/athom-ls-4p-4wire.yaml index 8ce8b14..39cb7e6 100644 --- a/athom-ls-4p-4wire.yaml +++ b/athom-ls-4p-4wire.yaml @@ -73,7 +73,8 @@ binary_sensor: sensor: - platform: uptime - name: "Uptime Sensor" + name: "Uptime" + id: uptime_sensor - platform: wifi_signal name: "WiFi Signal" diff --git a/athom-mini-switch.yaml b/athom-mini-switch.yaml index 423ae81..a9ee1c0 100644 --- a/athom-mini-switch.yaml +++ b/athom-mini-switch.yaml @@ -250,6 +250,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-presence-sensor.yaml b/athom-presence-sensor.yaml index 079defc..0dd7182 100644 --- a/athom-presence-sensor.yaml +++ b/athom-presence-sensor.yaml @@ -428,6 +428,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-relay-board-x1.yaml b/athom-relay-board-x1.yaml index b708dc7..d18b56f 100644 --- a/athom-relay-board-x1.yaml +++ b/athom-relay-board-x1.yaml @@ -158,6 +158,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-relay-board-x2.yaml b/athom-relay-board-x2.yaml index 3e23f0c..ea90399 100644 --- a/athom-relay-board-x2.yaml +++ b/athom-relay-board-x2.yaml @@ -165,6 +165,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-relay-board-x4.yaml b/athom-relay-board-x4.yaml index 8d95e9c..c05eff3 100644 --- a/athom-relay-board-x4.yaml +++ b/athom-relay-board-x4.yaml @@ -178,6 +178,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-relay-board-x8.yaml b/athom-relay-board-x8.yaml index cd57be6..379d9a4 100644 --- a/athom-relay-board-x8.yaml +++ b/athom-relay-board-x8.yaml @@ -206,6 +206,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-rgb-light.yaml b/athom-rgb-light.yaml index 1679a38..1e11646 100644 --- a/athom-rgb-light.yaml +++ b/athom-rgb-light.yaml @@ -180,6 +180,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-rgbct-light.yaml b/athom-rgbct-light.yaml index 73faf34..ca58105 100644 --- a/athom-rgbct-light.yaml +++ b/athom-rgbct-light.yaml @@ -241,6 +241,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-rgbw-light.yaml b/athom-rgbw-light.yaml index df9312c..45c983b 100644 --- a/athom-rgbw-light.yaml +++ b/athom-rgbw-light.yaml @@ -185,6 +185,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-rgbww-light.yaml b/athom-rgbww-light.yaml index c381cb7..803f7aa 100644 --- a/athom-rgbww-light.yaml +++ b/athom-rgbww-light.yaml @@ -235,6 +235,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-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 diff --git a/athom-sw01-v2.yaml b/athom-sw01-v2.yaml index 5024216..53c101b 100644 --- a/athom-sw01-v2.yaml +++ b/athom-sw01-v2.yaml @@ -245,6 +245,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-sw01.yaml b/athom-sw01.yaml index 92de7e1..6705b9f 100644 --- a/athom-sw01.yaml +++ b/athom-sw01.yaml @@ -245,6 +245,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-sw02-v2.yaml b/athom-sw02-v2.yaml index 489d444..773e7cb 100644 --- a/athom-sw02-v2.yaml +++ b/athom-sw02-v2.yaml @@ -291,6 +291,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-sw02.yaml b/athom-sw02.yaml index 404c6eb..12d623a 100644 --- a/athom-sw02.yaml +++ b/athom-sw02.yaml @@ -286,6 +286,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-sw03.yaml b/athom-sw03.yaml index 0a6f206..8ad2ab3 100644 --- a/athom-sw03.yaml +++ b/athom-sw03.yaml @@ -327,6 +327,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-sw04.yaml b/athom-sw04.yaml index 8e42079..913cd36 100644 --- a/athom-sw04.yaml +++ b/athom-sw04.yaml @@ -289,6 +289,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-wall-outlet.yaml b/athom-wall-outlet.yaml index bbddfe4..b0054a7 100644 --- a/athom-wall-outlet.yaml +++ b/athom-wall-outlet.yaml @@ -338,6 +338,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-without-relay-plug.yaml b/athom-without-relay-plug.yaml index ee9b536..a2816a2 100644 --- a/athom-without-relay-plug.yaml +++ b/athom-without-relay-plug.yaml @@ -281,6 +281,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-ws2812b.yaml b/athom-ws2812b.yaml index 0fed951..4e68146 100644 --- a/athom-ws2812b.yaml +++ b/athom-ws2812b.yaml @@ -76,7 +76,8 @@ binary_sensor: sensor: - platform: uptime - name: "Uptime Sensor" + name: "Uptime" + id: uptime_sensor - platform: wifi_signal name: "WiFi Signal"