diff --git a/source/_lovelace/thermostat.markdown b/source/_lovelace/thermostat.markdown new file mode 100644 index 00000000000..f5a3797d544 --- /dev/null +++ b/source/_lovelace/thermostat.markdown @@ -0,0 +1,36 @@ +--- +layout: page +title: "Thermostat Card" +sidebar_label: Thermostat +description: "The thermostat card allows you to control a climate entity." +date: 2018-10-25 10:28 +00:00 +sidebar: true +comments: false +sharing: true +footer: true +--- + +The thermostat card gives control of your climate entity. + +

+ Screenshot of the thermostat card + Screenshot of the thermostat card. +

+ +{% configuration %} +type: + required: true + description: thermostat + type: string +entity: + required: true + description: Entity id of `climate` domain + type: string +{% endconfiguration %} + +## {% linkable_title Example %} + +```yaml +- type: sensor + entity: climate.nest +``` diff --git a/source/images/lovelace/lovelace_thermostat_card.gif b/source/images/lovelace/lovelace_thermostat_card.gif new file mode 100644 index 00000000000..c5425457808 Binary files /dev/null and b/source/images/lovelace/lovelace_thermostat_card.gif differ