From c3343ccf457363cf9e1466042873b4be032f5d02 Mon Sep 17 00:00:00 2001 From: Madelena Mak Date: Tue, 3 Jan 2023 22:44:50 -0500 Subject: [PATCH] Sensor name small changes --- weatherman.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/weatherman.yaml b/weatherman.yaml index 74f36bb..dd4b265 100644 --- a/weatherman.yaml +++ b/weatherman.yaml @@ -191,13 +191,13 @@ binary_sensor: sensor: - platform: template - name: "weatherman: Display Last Update" + name: "Weatherman - Display Last Update" device_class: timestamp entity_category: "diagnostic" id: display_last_update - platform: template - name: "weatherman: Recorded Display Refresh" + name: "Weatherman - Recorded Display Refresh" accuracy_decimals: 0 unit_of_measurement: "Refreshs" state_class: "total_increasing"