mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 18:36:51 +00:00
Add thermostat docs (#7110)
This commit is contained in:
parent
91aa6a4970
commit
1748e782b6
36
source/_lovelace/thermostat.markdown
Normal file
36
source/_lovelace/thermostat.markdown
Normal 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
|
||||
```
|
BIN
source/images/lovelace/lovelace_thermostat_card.gif
Normal file
BIN
source/images/lovelace/lovelace_thermostat_card.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 260 KiB |
Loading…
x
Reference in New Issue
Block a user