File tree Expand file tree Collapse file tree 4 files changed +16
-8
lines changed Expand file tree Collapse file tree 4 files changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ ha_category: Binary Sensor
14
14
15
15
The ` nest ` binary sensor platform let you monitor various states of a thermostat from [ Nest] ( https://nest.com ) .
16
16
17
+ <p class =' note ' >
18
+ You must have the [ Nest component] ( /components/nest/ ) configured to use this sensors.
19
+ </p >
20
+
17
21
To set it up, add the following information to your ` configuration.yaml ` file:
18
22
19
23
``` yaml
@@ -47,4 +51,3 @@ Configuration variables:
47
51
- 'hvac_emer_heat_state'
48
52
- 'online'
49
53
50
- <p class='note'>You must have the [Nest component](/components/nest/) configured to use this sensor.</p>
Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ ha_category: Climate
14
14
15
15
The ` nest ` climate platform let you control a thermostat from [ Nest] ( https://nest.com ) .
16
16
17
+ <p class =' note ' >
18
+ You must have the [ Nest component] ( /components/nest/ ) configured to use those thermostats.
19
+ </p >
20
+
17
21
To set it up, add the following information to your ` configuration.yaml ` file:
18
22
19
23
``` yaml
@@ -25,6 +29,3 @@ climate:
25
29
<img src='{{site_root}}/images/screenshots/nest-thermostat-card.png' />
26
30
</p>
27
31
28
- <p class='note'>
29
- You must have the [Nest component](https://home-assistant.io/components/nest/) configured to use this sensor.
30
- </p>
Original file line number Diff line number Diff line change @@ -15,6 +15,10 @@ ha_release: pre 0.7
15
15
16
16
The ` nest ` sensor platform let you monitor sensors connected to your [ Nest] ( https://nest.com ) thermostat and/or your Nest Protect Smoke Alarm.
17
17
18
+ <p class =' note ' >
19
+ You must have the [ Nest component] ( /components/nest/ ) configured to use those sensors.
20
+ </p >
21
+
18
22
To set it up, add the following information to your ` configuration.yaml ` file:
19
23
20
24
``` yaml
@@ -57,6 +61,3 @@ Configuration variables:
57
61
- 'co_status' # Nest Protect only
58
62
- 'smoke_status' # Nest Protect only
59
63
60
- <p class='note'>
61
- You must have the [Nest component](/components/nest/) configured to use this sensor.
62
- </p>
Original file line number Diff line number Diff line change @@ -15,6 +15,10 @@ ha_iot_class: "Cloud Poll"
15
15
16
16
The ` nest ` weather sensor platform let you monitor current weather conditions based on the location of your [ Nest] ( https://nest.com ) thermostat.
17
17
18
+ <p class =' note ' >
19
+ You must have the [ Nest component] ( /components/nest/ ) configured to use those sensors.
20
+ </p >
21
+
18
22
To set it up, add the following information to your ` configuration.yaml ` file:
19
23
20
24
``` yaml
@@ -37,4 +41,3 @@ Configuration variables:
37
41
- 'wind_speed'
38
42
- 'wind_direction'
39
43
40
- <p class='note'>You must have the [Nest component](/components/nest/) configured to use this sensor.</p>
You can’t perform that action at this time.
0 commit comments