Merge pull request #11 from TheZoker/fix-entity-categroy

Fix entity category
This commit is contained in:
Screek Worshop 2023-12-28 15:34:43 +08:00 committed by GitHub
commit a233c453a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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