You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/climate.netatmo.markdown
+3-6
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
layout: page
3
3
title: "Netatmo Thermostat"
4
4
description: "Instructions how to integrate Netatmo thermostat into Home Assistant."
5
-
date: 2016-11-10 08:10
5
+
date: 2016-10-11 08:10
6
6
sidebar: true
7
7
comments: false
8
8
sharing: true
@@ -12,27 +12,24 @@ ha_category: Climate
12
12
ha_release: 0.31
13
13
---
14
14
15
-
### {% linkable_title Basic Configuration %}
16
15
17
16
The `netatmo` thermostat platform is consuming the information provided by a [Netatmo Smart Thermostat](https://www.netatmo.com/product/energy/thermostat) thermostat. This component allows you to view the current temperature and setpoint.
18
17
19
18
To enable the Netatmo thermostat, you first have to set up [netatmo](/components/netatmo/), this will use discovery to add your thermostat.
20
19
21
-
### {% linkable_title Basic Configuration %}
22
-
23
20
If you want to select a specific thermostat, set discovery to False for [netatmo](/components/netatmo/) and add the following lines to your `configuration.yaml`:
24
21
25
22
```yaml
26
23
# Example configuration.yaml entry
27
24
climate:
28
-
platform: netatmo
25
+
- platform: netatmo
29
26
```
30
27
31
28
Configuration variables:
32
29
33
30
- **relay** (*Optional*): Will display the thermostats of this relay only.
34
31
- **thermostat** array (*Optional*): Thermostat to use.
35
-
- **thermostat_name**: Name of the thermostat to display.
32
+
- **thermostat_name**: Name of the thermostat to display.
36
33
37
34
If **relay** and **thermostat** are not provided, all thermostats will be displayed.
0 commit comments