Fix entity category

This commit is contained in:
Florian Gareis 2023-12-28 02:16:07 +00:00
parent 6238924f63
commit c11b6e21fa

View File

@ -107,7 +107,7 @@ text_sensor:
name: "Zone1 Info" name: "Zone1 Info"
id: tips_zone1_conf id: tips_zone1_conf
icon: mdi:information-outline icon: mdi:information-outline
entity_category: config entity_category: diagnostic
lambda: |- lambda: |-
return {"Configure below" }; return {"Configure below" };
update_interval: 1000s update_interval: 1000s
@ -115,7 +115,7 @@ text_sensor:
name: "Zone2 Info" name: "Zone2 Info"
id: tips_zone2_conf id: tips_zone2_conf
icon: mdi:information-outline icon: mdi:information-outline
entity_category: config entity_category: diagnostic
lambda: |- lambda: |-
return {"Configure below" }; return {"Configure below" };
update_interval: 1000s update_interval: 1000s
@ -123,7 +123,7 @@ text_sensor:
name: "Zone3 Info" name: "Zone3 Info"
id: tips_zone3_conf id: tips_zone3_conf
icon: mdi:information-outline icon: mdi:information-outline
entity_category: config entity_category: diagnostic
lambda: |- lambda: |-
return {"Configure below" }; return {"Configure below" };
update_interval: 1000s update_interval: 1000s
@ -131,7 +131,7 @@ text_sensor:
name: "Zout1 Info" name: "Zout1 Info"
id: tips_zone_ex1_conf id: tips_zone_ex1_conf
icon: mdi:information-outline icon: mdi:information-outline
entity_category: config entity_category: diagnostic
lambda: |- lambda: |-
return {"Zone Exclusion 1" }; return {"Zone Exclusion 1" };
update_interval: 1000s update_interval: 1000s