mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-18 23:06:31 +00:00
List available card types (#35)
* List available card types * Move to separate file * Remove from introduction
This commit is contained in:
parent
d7e82b5659
commit
3bd79986f7
56
docs/frontend_experiment_card_types.md
Normal file
56
docs/frontend_experiment_card_types.md
Normal 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
|
@ -58,6 +58,7 @@
|
||||
],
|
||||
"Experimental UI": [
|
||||
"frontend_experiment_index",
|
||||
"frontend_experiment_card_types",
|
||||
"frontend_experiment_custom_card"
|
||||
]
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user