diff --git a/lovelace/button_card_templates/v3/v3_chip_entity_count.yaml b/lovelace/button_card_templates/v3/v3_chip_entity_count.yaml index 8199179..be434ee 100644 --- a/lovelace/button_card_templates/v3/v3_chip_entity_count.yaml +++ b/lovelace/button_card_templates/v3/v3_chip_entity_count.yaml @@ -2,7 +2,7 @@ v3_chip_entity_count: variables: entity_type: template: v3_chip_name - name: "[[[ return `${entity.state} open ${variables.entity_type}${entity.state > 1 ? 's' : ''}` ]]]" + name: "[[[ return `${entity.state} open ${variables.entity_type}${entity.state != 1 ? 's' : ''}` ]]]" state: - value: 0 operator: '!='