2018-12-05 03:33:40 -05:00

1.2 KiB

layout, title, sidebar_label, description, date, sidebar, comments, sharing, footer
layout title sidebar_label description date sidebar comments sharing footer
page Light Card Light The Light card allows you to change the brightness of the light. 2018-10-29 10:28 +00:00 true false true true

The Light card allows you to change the brightness of the light. Note: Long-press on the bulb to bring up the more-info dialog.

Screenshot of the Light card Screenshot of the Light card.

- type: light
  entity: light.bedroom
- type: light
  entity: light.office

{% 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 %}

{% linkable_title 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.