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