List available card types (#35)

* List available card types

* Move to separate file

* Remove from introduction
This commit is contained in:
c727 2018-06-19 23:30:08 +02:00 committed by Paulus Schoutsen
parent d7e82b5659
commit 3bd79986f7
2 changed files with 57 additions and 0 deletions

View File

@ -0,0 +1,56 @@
---
title: "Type Of Cards"
sidebar_label: Cards
---
These cards are WIP and things may change.
## Camera preview
| Name | Type | Default | Description
| ---- | ---- | ------- | -----------
| type | string | **Required** | `camera-preview`
| entity | string | **Required** | Entity id of `camera` domain
## Entities
| Name | Type | Default | Description
| ---- | ---- | ------- | -----------
| type | string | **Required** | `entities`
| entities | list | **Required** | Entity id's
| title | string | `None` | Card title
## Entity filter
| Name | Type | Default | Description
| ---- | ---- | ------- | -----------
| type | string | **Required** | `entitiey-filter`
(wip: check introduction meanwhile)
## History graph
| Name | Type | Default | Description
| ---- | ---- | ------- | -----------
| type | string | **Required** | `history-graph`
| entity | string | **Required** | Entity id of `history_graph` domain
## Media controler
| Name | Type | Default | Description
| ---- | ---- | ------- | -----------
| type | string | **Required** | `media-control`
| entity | string | **Required** | Entity id of `media_player` domain
## Plant info
| Name | Type | Default | Description
| ---- | ---- | ------- | -----------
| type | string | **Required** | `plant-status`
| entity | string | **Required** | Entity id of `plant` domain
## Weather forecast
| Name | Type | Default | Description
| ---- | ---- | ------- | -----------
| type | string | **Required** | `weather-forecast`
| entity | string | **Required** | Entity id of `weather` domain

View File

@ -58,6 +58,7 @@
],
"Experimental UI": [
"frontend_experiment_index",
"frontend_experiment_card_types",
"frontend_experiment_custom_card"
]
},