mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-01 07:46:49 +00:00
42 lines
836 B
Markdown
42 lines
836 B
Markdown
---
|
|
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
|
|
name:
|
|
required: false
|
|
description: Overwrites friendly name.
|
|
type: string
|
|
default: Name of Entity.
|
|
{% endconfiguration %}
|
|
|
|
## {% linkable_title Example %}
|
|
|
|
```yaml
|
|
type: thermostat
|
|
entity: climate.nest
|
|
```
|