Add filter options to card types

This commit is contained in:
Paulus Schoutsen 2018-06-20 16:01:33 -04:00
parent 5dde87919f
commit 62ef1442f1

View File

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