From c11b6e21faea11d106a1efad829c2f0fba1f0e32 Mon Sep 17 00:00:00 2001 From: Florian Gareis Date: Thu, 28 Dec 2023 02:16:07 +0000 Subject: [PATCH] Fix entity category --- 2a/yaml/human-sensor-2a-stable-github.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/2a/yaml/human-sensor-2a-stable-github.yaml b/2a/yaml/human-sensor-2a-stable-github.yaml index e612849..7086fdf 100644 --- a/2a/yaml/human-sensor-2a-stable-github.yaml +++ b/2a/yaml/human-sensor-2a-stable-github.yaml @@ -107,7 +107,7 @@ text_sensor: name: "Zone1 Info" id: tips_zone1_conf icon: mdi:information-outline - entity_category: config + entity_category: diagnostic lambda: |- return {"Configure below" }; update_interval: 1000s @@ -115,7 +115,7 @@ text_sensor: name: "Zone2 Info" id: tips_zone2_conf icon: mdi:information-outline - entity_category: config + entity_category: diagnostic lambda: |- return {"Configure below" }; update_interval: 1000s @@ -123,7 +123,7 @@ text_sensor: name: "Zone3 Info" id: tips_zone3_conf icon: mdi:information-outline - entity_category: config + entity_category: diagnostic lambda: |- return {"Configure below" }; update_interval: 1000s @@ -131,7 +131,7 @@ text_sensor: name: "Zout1 Info" id: tips_zone_ex1_conf icon: mdi:information-outline - entity_category: config + entity_category: diagnostic lambda: |- return {"Zone Exclusion 1" }; update_interval: 1000s