Skip to content

Commit 0604e08

Browse files
committed
Update Nest docs
1 parent 96e20a8 commit 0604e08

File tree

4 files changed

+16
-8
lines changed

4 files changed

+16
-8
lines changed

source/_components/binary_sensor.nest.markdown

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ ha_category: Binary Sensor
1414

1515
The `nest` binary sensor platform let you monitor various states of a thermostat from [Nest](https://nest.com).
1616

17+
<p class='note'>
18+
You must have the [Nest component](/components/nest/) configured to use this sensors.
19+
</p>
20+
1721
To set it up, add the following information to your `configuration.yaml` file:
1822

1923
```yaml
@@ -47,4 +51,3 @@ Configuration variables:
4751
- 'hvac_emer_heat_state'
4852
- 'online'
4953
50-
<p class='note'>You must have the [Nest component](/components/nest/) configured to use this sensor.</p>

source/_components/climate.nest.markdown

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ ha_category: Climate
1414

1515
The `nest` climate platform let you control a thermostat from [Nest](https://nest.com).
1616

17+
<p class='note'>
18+
You must have the [Nest component](/components/nest/) configured to use those thermostats.
19+
</p>
20+
1721
To set it up, add the following information to your `configuration.yaml` file:
1822

1923
```yaml
@@ -25,6 +29,3 @@ climate:
2529
<img src='{{site_root}}/images/screenshots/nest-thermostat-card.png' />
2630
</p>
2731
28-
<p class='note'>
29-
You must have the [Nest component](https://home-assistant.io/components/nest/) configured to use this sensor.
30-
</p>

source/_components/sensor.nest.markdown

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ ha_release: pre 0.7
1515

1616
The `nest` sensor platform let you monitor sensors connected to your [Nest](https://nest.com) thermostat and/or your Nest Protect Smoke Alarm.
1717

18+
<p class='note'>
19+
You must have the [Nest component](/components/nest/) configured to use those sensors.
20+
</p>
21+
1822
To set it up, add the following information to your `configuration.yaml` file:
1923

2024
```yaml
@@ -57,6 +61,3 @@ Configuration variables:
5761
- 'co_status' # Nest Protect only
5862
- 'smoke_status' # Nest Protect only
5963
60-
<p class='note'>
61-
You must have the [Nest component](/components/nest/) configured to use this sensor.
62-
</p>

source/_components/sensor.nest_weather.markdown

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ ha_iot_class: "Cloud Poll"
1515

1616
The `nest` weather sensor platform let you monitor current weather conditions based on the location of your [Nest](https://nest.com) thermostat.
1717

18+
<p class='note'>
19+
You must have the [Nest component](/components/nest/) configured to use those sensors.
20+
</p>
21+
1822
To set it up, add the following information to your `configuration.yaml` file:
1923

2024
```yaml
@@ -37,4 +41,3 @@ Configuration variables:
3741
- 'wind_speed'
3842
- 'wind_direction'
3943
40-
<p class='note'>You must have the [Nest component](/components/nest/) configured to use this sensor.</p>

0 commit comments

Comments
 (0)