diff --git a/source/_lovelace/entity-filter.markdown b/source/_lovelace/entity-filter.markdown
index 78a7cb79369..2171f2ee03d 100644
--- a/source/_lovelace/entity-filter.markdown
+++ b/source/_lovelace/entity-filter.markdown
@@ -9,8 +9,8 @@ The Entity Filter card allows you to define a list of entities that you want to
This type of card can also be used together with rest of cards that allow multiple entities, allowing you to use [glance](/lovelace/glance/) or [picture-glance](/lovelace/picture-glance/). By default it uses [entities](/lovelace/entities/) card model.
-
-Screenshot of the entity filter card.
+
+Screenshot of the Entity Filter card.
{% configuration %}
@@ -38,7 +38,7 @@ show_empty:
default: true
{% endconfiguration %}
-## Options For Entities
+## Options for Entities
If you define entities as objects instead of strings (by adding `entity:` before entity ID), you can add more customization and configurations:
@@ -73,9 +73,9 @@ state_filter:
type: list
{% endconfiguration %}
-## Options For state_filter
+## Options for state_filter
-If you define state_filter as objects instead of strings (by adding `value:` before your state value), you can add more customization to your filter:
+If you define `state_filter` as objects instead of strings (by adding `value:` before your state value), you can add more customization to your filter:
{% configuration %}
value:
@@ -127,7 +127,7 @@ card:
Entity filter combined with glance card.
-You can also specify multiple `state_filter`s, in which case matching any condition will display the entity. This example will display everyone who isn't at home or at work.
+You can also specify multiple `state_filter` conditions, in which case the entity will be displayed if it matches any condition. This example will display everyone who isn't at home or at work.
```yaml
type: entity-filter
@@ -163,7 +163,7 @@ entities:
attribute: humidity
```
-Use a regex filter against entity attributes. This regex filter below looks for expressions that are 1 digit in length and where the number is between 0-7 (so show holidays today or in the next 7 days) and displays those holidays as entities in the entity-filter card.
+Use a regex filter against entity attributes. This regex filter below looks for expressions that are 1 digit in length and where the number is between 0-7 (so show holidays today or in the next 7 days) and displays those holidays as entities in the Entity Filter card.
```yaml
- type: entity-filter