Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00

1008 B

title, sidebar_label, description
title sidebar_label description
Light Card Light The Light card allows you to change the brightness of the light.

The Light card allows you to change the brightness of the light.

Screenshot of the Light card Screenshot of the Light card.

type: light
entity: light.bedroom

{% configuration %} type: required: true description: light type: string entity: required: true description: Home Assistant Light Domain entity ID. type: string name: required: false description: Overwrites friendly name. type: string default: Name of Entity {% endconfiguration %}

Examples

Overwriting names example:

type: light
entity: light.bedroom
name: Kids Bedroom
type: light
entity: light.office
name: My Office

Screenshot of the Light card Screenshot of the Light card names.