Nate Robinson be80507a87 Remove "height" and "line_color" from example (#7850)
Updated config example to match revised config options as of version 0.84.
2018-12-15 11:23:44 +01:00

1.4 KiB

layout, title, sidebar_label, description, date, sidebar, comments, sharing, footer
layout title sidebar_label description date sidebar comments sharing footer
page Sensor Card Sensor The sensor card gives you information about the sensor state 2018-10-07 10:28 +00:00 true false true true

The sensor card gives you a quick overview of your sensors state with an optional graph to visualize change over time.

Screenshot of the sensor card Screenshot of the sensor card.

{% configuration %} type: required: true description: sensor type: string entity: required: true description: Entity id of sensor domain type: string icon: required: false description: The card icon type: string name: required: false description: The card name type: string graph: required: false description: Type of graph none or line type: string unit: required: false description: The unit of measurement type: string detail: required: false description: Detail of the graph 1 or 2, 1 equals one point/hour, 2 equals six points/hour type: integer default: 1 hours_to_show: required: false description: Hours to show in graph type: integer default: 24 theme: required: false description: Set to any theme within themes.yaml type: string {% endconfiguration %}

{% linkable_title Example %}

- type: sensor
  entity: sensor.illumination
  name: Illumination