diff --git a/components/binary_sensor.nest/index.html b/components/binary_sensor.nest/index.html
index 639a70f494..723cd33edd 100644
--- a/components/binary_sensor.nest/index.html
+++ b/components/binary_sensor.nest/index.html
@@ -90,42 +90,68 @@
- The nest
binary sensor platform let you monitor various states of a thermostat from Nest.
+ The nest
binary sensor platform lets you monitor various states of your Nest devices.
-You must have the Nest component configured to use these sensors. A nest thermostat can provide any of the below sensors. A nest protect can only report the ‘online’ condition.
+You must have the Nest component configured to use these sensors. The nest
binary sensor will automatically be setup when you do.
-To set it up, add the following information to your configuration.yaml
file:
+To customize which binary sensors are enabled, you can add the following to your configuration.yaml
file:
# Example configuration.yaml entry
binary_sensor:
- platform: nest
monitored_conditions:
- 'fan'
- - 'hvac_ac_state'
+ - 'is_using_emergency_heat'
+If you leave monitored_conditions
blank, all sensors that are available for your devices will be used.
+
Configuration variables:
- - monitored_conditions array (Required): States to monitor.
+
- monitored_conditions array (Optional): States to monitor.
- - ‘fan’
- - ‘hvac_ac_state’
- - ‘hvac_aux_heater_state’
- - ‘hvac_heat_x2_state’
- - ‘hvac_heat_x3_state’
- - ‘hvac_alt_heat_state’
- - ‘hvac_alt_heat_x2_state’
- - ‘hvac_emer_heat_state’
- - ‘online’
+ - online
+ - fan
+ - is_using_emergency_heat
+ - is_locked
+ - has_leaf
+ - motion_detected
+ - person_detected
+ - sound_detected
- - scan_interval (Optional): Interval in seconds to scan.
+The following conditions are available by device:
+
+
+ - Nest Thermostat:
+
+ - online
+ - fan
+ - is_using_emergency_heat
+ - is_locked
+ - has_leaf
+
+
+ - Nest Protect:
+
+
+ - Nest Camera:
+
+ - online
+ - motion_detected
+ - person_detected
+ - sound_detected
+
+
+
diff --git a/components/camera.nest/index.html b/components/camera.nest/index.html
index 5fee6580be..9cc7d85186 100644
--- a/components/camera.nest/index.html
+++ b/components/camera.nest/index.html
@@ -93,17 +93,9 @@
The nest
platform allows you to watch the live stream of your Nest camera in Home Assistant.
-You must have the Nest component configured to use those thermostats.
+You must have the Nest component configured to use this camera. The nest
camera will automatically be setup when you do.
-To set it up, add the following information to your configuration.yaml
file:
-
-# Example configuration.yaml entry
-camera:
- - platform: nest
-
-
-
diff --git a/components/climate.nest/index.html b/components/climate.nest/index.html
index c31b057964..07d5c069b1 100644
--- a/components/climate.nest/index.html
+++ b/components/climate.nest/index.html
@@ -93,17 +93,9 @@
The nest
climate platform let you control a thermostat from Nest.
-You must have the Nest component configured to use those thermostats.
+You must have the Nest component configured to use these sensors. The nest
climate component will automatically be setup when you do.
-To set it up, add the following information to your configuration.yaml
file:
-
-# Example configuration.yaml entry
-climate:
- - platform: nest
-
-
-
diff --git a/components/nest/index.html b/components/nest/index.html
index 08e67d8d50..2720b1067f 100644
--- a/components/nest/index.html
+++ b/components/nest/index.html
@@ -95,19 +95,19 @@
Setting up developer account
- - Log into https://developers.nest.com/
- - Fill in account details
+
- Visit Nest Developers, and sign in. Create an account if you don’t have one already.
+ - Fill in account details:
- - The compnay details can be any made up information.
+ - The “Company Information” can be anything. We recommend using your name.
- Submit changes
- - Click “Products” at top of page
- - Click “Create New Product” to start a new api client
- - Fill in details
+
- Click “Products” at top of page.
+ - Click “Create New Product”
+ - Fill in details:
- - Product name must be unique. I recommend [email] - Home Assistant.
- - The description, users, urls can all be anything you want
+ - Product name must be unique. We recommend [email] - Home Assistant.
+ - The description, users, urls can all be anything you want.
- For permissions check every box and if it’s an option select the read/write option.
@@ -117,8 +117,8 @@
- Click “Create Product”
- - Once the new product page opens the “Product ID” and “Product Secret” are located on the right side.
- - After these configs are updated and Home Assistant is started a configurator will pop up asking you to log in and copy a authorization code into Home Assistant.
+ - Once the new product page opens the “Product ID” and “Product Secret” are located on the right side. These will be used as
client_id
and client_secret
below.
+ - Once Home Assistant is started, a configurator will pop up asking you to log into your Nest account and copy a PIN code into Home Assistant.
Configuration
diff --git a/components/sensor.nest/index.html b/components/sensor.nest/index.html
index d2a94a1e56..51cffd1b3a 100644
--- a/components/sensor.nest/index.html
+++ b/components/sensor.nest/index.html
@@ -90,13 +90,13 @@
- The nest
sensor platform let you monitor sensors connected to your Nest thermostat and/or your Nest Protect Smoke Alarm.
+ The nest
sensor platform lets you monitor sensors connected to your Nest devices.
-You must have the Nest component configured to use those sensors.
+You must have the Nest component configured to use these sensors. The nest
binary sensor will automatically be setup when you do.
-To set it up, add the following information to your configuration.yaml
file:
+To customize which sensors are enabled, you can add the following to your configuration.yaml
file:
# Example configuration.yaml entry
sensor:
@@ -107,38 +107,32 @@ You must have the Nest component configured to u
+If you leave monitored_conditions
blank, all sensors that are available for your devices will be included.
+
Configuration variables:
- - monitored_conditions array (Required): States to monitor.
+ - monitored_conditions array (Optional): States to monitor.
-The following conditions can be monitored with a Nest Thermostat or Protect.
-
-
-The following conditions can be monitored with a Nest Thermostat only.
+The following conditions are available by device:
- - ‘temperature’
- - ‘target’
- - ‘humidity’
- - ‘operation_mode’
- - ‘last_ip’
- - ‘local_ip’
- - ‘last_connection’
- - ‘weather_condition’
- - ‘weather_temperature’
- - ‘weather_humidity’
- - ‘wind_speed’
- - ‘wind_direction’
-
-
-The following conditions can be monitored with a Nest Protect only.
-
- - ‘co_status’
- - ‘smoke_status’
+ - Nest Thermostat:
+
+ - humidity
+ - operation_mode
+ - temperature
+ - target
+
+
+ - Nest Protect:
+
+ - co_status
+ - smoke_status
+
+
+ - Nest Camera: none
diff --git a/sitemap.xml b/sitemap.xml
index 3faf4298dd..fa28dd3a22 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -2416,62 +2416,62 @@
https://home-assistant.io/demo/frontend.html
-2016-12-05T07:47:00+00:00
+2016-12-05T07:54:03+00:00
https://home-assistant.io/demo/index.html
-2016-12-05T07:47:00+00:00
+2016-12-05T07:54:03+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-event.html
-2016-12-05T07:47:00+00:00
+2016-12-05T07:54:03+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-info.html
-2016-12-05T07:47:00+00:00
+2016-12-05T07:54:03+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-service.html
-2016-12-05T07:47:00+00:00
+2016-12-05T07:54:03+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-state.html
-2016-12-05T07:47:00+00:00
+2016-12-05T07:54:03+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-template.html
-2016-12-05T07:47:00+00:00
+2016-12-05T07:54:03+00:00
https://home-assistant.io/demo/panels/ha-panel-history.html
-2016-12-05T07:47:00+00:00
+2016-12-05T07:54:03+00:00
https://home-assistant.io/demo/panels/ha-panel-iframe.html
-2016-12-05T07:47:00+00:00
+2016-12-05T07:54:03+00:00
https://home-assistant.io/demo/panels/ha-panel-logbook.html
-2016-12-05T07:47:00+00:00
+2016-12-05T07:54:03+00:00
https://home-assistant.io/demo/panels/ha-panel-map.html
-2016-12-05T07:47:00+00:00
+2016-12-05T07:54:03+00:00
https://home-assistant.io/googlef4f3693c209fe788.html
-2016-12-05T07:47:00+00:00
+2016-12-05T07:54:03+00:00
https://home-assistant.io/static/fonts/roboto/DESCRIPTION.en_us.html
-2016-12-05T07:47:00+00:00
+2016-12-05T07:54:03+00:00
https://home-assistant.io/static/fonts/robotomono/DESCRIPTION.en_us.html
-2016-12-05T07:47:00+00:00
+2016-12-05T07:54:03+00:00
https://home-assistant.io/static/mdi-demo.html
-2016-12-05T07:47:00+00:00
+2016-12-05T07:54:03+00:00