Skip to content

Commit cec883d

Browse files
committed
Fix date and style
1 parent bd65e43 commit cec883d

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

source/_components/climate.netatmo.markdown

+3-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: page
33
title: "Netatmo Thermostat"
44
description: "Instructions how to integrate Netatmo thermostat into Home Assistant."
5-
date: 2016-11-10 08:10
5+
date: 2016-10-11 08:10
66
sidebar: true
77
comments: false
88
sharing: true
@@ -12,27 +12,24 @@ ha_category: Climate
1212
ha_release: 0.31
1313
---
1414

15-
### {% linkable_title Basic Configuration %}
1615

1716
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.
1817

1918
To enable the Netatmo thermostat, you first have to set up [netatmo](/components/netatmo/), this will use discovery to add your thermostat.
2019

21-
### {% linkable_title Basic Configuration %}
22-
2320
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`:
2421

2522
```yaml
2623
# Example configuration.yaml entry
2724
climate:
28-
platform: netatmo
25+
- platform: netatmo
2926
```
3027

3128
Configuration variables:
3229

3330
- **relay** (*Optional*): Will display the thermostats of this relay only.
3431
- **thermostat** array (*Optional*): Thermostat to use.
35-
- **thermostat_name**: Name of the thermostat to display.
32+
- **thermostat_name**: Name of the thermostat to display.
3633

3734
If **relay** and **thermostat** are not provided, all thermostats will be displayed.
3835

0 commit comments

Comments
 (0)