diff --git a/source/_components/binary_sensor.nest.markdown b/source/_components/binary_sensor.nest.markdown index e42d13c0db4..893e5788b40 100644 --- a/source/_components/binary_sensor.nest.markdown +++ b/source/_components/binary_sensor.nest.markdown @@ -14,6 +14,10 @@ ha_category: Binary Sensor The `nest` binary sensor platform let you monitor various states of a thermostat from [Nest](https://nest.com). +
+You must have the [Nest component](/components/nest/) configured to use this sensors. +
+ To set it up, add the following information to your `configuration.yaml` file: ```yaml @@ -47,4 +51,3 @@ Configuration variables: - 'hvac_emer_heat_state' - 'online' -You must have the [Nest component](/components/nest/) configured to use this sensor.
diff --git a/source/_components/climate.nest.markdown b/source/_components/climate.nest.markdown index 69dbc90fdb0..2e8c6742055 100644 --- a/source/_components/climate.nest.markdown +++ b/source/_components/climate.nest.markdown @@ -14,6 +14,10 @@ ha_category: Climate The `nest` climate platform let you control a thermostat from [Nest](https://nest.com). ++You must have the [Nest component](/components/nest/) configured to use those thermostats. +
+ To set it up, add the following information to your `configuration.yaml` file: ```yaml @@ -25,6 +29,3 @@ climate:- You must have the [Nest component](https://home-assistant.io/components/nest/) configured to use this sensor. -
diff --git a/source/_components/sensor.nest.markdown b/source/_components/sensor.nest.markdown index e59223c77f3..55f6e35ed42 100644 --- a/source/_components/sensor.nest.markdown +++ b/source/_components/sensor.nest.markdown @@ -15,6 +15,10 @@ ha_release: pre 0.7 The `nest` sensor platform let you monitor sensors connected to your [Nest](https://nest.com) thermostat and/or your Nest Protect Smoke Alarm. ++You must have the [Nest component](/components/nest/) configured to use those sensors. +
+ To set it up, add the following information to your `configuration.yaml` file: ```yaml @@ -57,6 +61,3 @@ Configuration variables: - 'co_status' # Nest Protect only - 'smoke_status' # Nest Protect only --You must have the [Nest component](/components/nest/) configured to use this sensor. -
diff --git a/source/_components/sensor.nest_weather.markdown b/source/_components/sensor.nest_weather.markdown index 35617f8f0d4..7d70c588926 100644 --- a/source/_components/sensor.nest_weather.markdown +++ b/source/_components/sensor.nest_weather.markdown @@ -15,6 +15,10 @@ ha_iot_class: "Cloud Poll" The `nest` weather sensor platform let you monitor current weather conditions based on the location of your [Nest](https://nest.com) thermostat. ++You must have the [Nest component](/components/nest/) configured to use those sensors. +
+ To set it up, add the following information to your `configuration.yaml` file: ```yaml @@ -37,4 +41,3 @@ Configuration variables: - 'wind_speed' - 'wind_direction' -You must have the [Nest component](/components/nest/) configured to use this sensor.