From 62ef1442f14ed5af601104a86c5f276efe83de3e Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 20 Jun 2018 16:01:33 -0400 Subject: [PATCH] Add filter options to card types --- docs/lovelace_card_types.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/lovelace_card_types.md b/docs/lovelace_card_types.md index 0456ad01..2b55e020 100644 --- a/docs/lovelace_card_types.md +++ b/docs/lovelace_card_types.md @@ -25,7 +25,14 @@ These cards are WIP and things may change. | Name | Type | Default | Description | ---- | ---- | ------- | ----------- | type | string | **Required** | `entity-filter` -(wip: check introduction meanwhile) +| filter | object | **Required** | See filter description + +Filter options: + +| Name | Type | Default | Description +| ---- | ---- | ------- | ----------- +| domain | string | **Optional** | Filter all entities that match the domain +| state | string | **Optional** | Match entities that match state. Note, in YAML, make sure you wrap it in quotes to make sure it is parsed as a string. ## Glance