From e4a4aacc63185596bfc60ea08925a15c0a84303e Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Fri, 10 Jul 2026 01:16:51 +0200 Subject: [PATCH] Added missing unique_id --- template.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/template.yaml b/template.yaml index c9ad129..18b08ee 100644 --- a/template.yaml +++ b/template.yaml @@ -139,6 +139,7 @@ attributes: last_reset: '1970-01-01T00:00:00+00:00' - name: internet_speed_out + unique_id: '9519483670667' state: > {{ (( states('sensor.wan_out_derivative') | float * 8 / 1000000 ) | round(2)) }} unit_of_measurement: 'Mbps'