Add thermostat docs (#7110)

This commit is contained in:
Paulus Schoutsen 2018-10-26 10:05:41 +02:00 committed by GitHub
parent 91aa6a4970
commit 1748e782b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 36 additions and 0 deletions

View File

@ -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.
<p class='img'>
<img src='/images/lovelace/lovelace_thermostat_card.gif' alt='Screenshot of the thermostat card'>
Screenshot of the thermostat card.
</p>
{% 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
```

Binary file not shown.

After

Width:  |  Height:  |  Size: 260 KiB