mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 01:37:23 +00:00
Nest Protect sensor support (#479)
This commit is contained in:
parent
4808148a37
commit
c10b2d2204
@ -12,7 +12,7 @@ ha_category: Sensor
|
|||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
The `nest` sensor platform let you monitor sensors connected to your [Nest](https://nest.com) thermostat.
|
The `nest` sensor platform let you monitor sensors connected to your [Nest](https://nest.com) thermostat and/or your Nest Protect Smoke Alarm.
|
||||||
|
|
||||||
To set it up, add the following information to your `configuration.yaml` file:
|
To set it up, add the following information to your `configuration.yaml` file:
|
||||||
|
|
||||||
@ -35,6 +35,8 @@ sensor:
|
|||||||
- 'weather_humidity'
|
- 'weather_humidity'
|
||||||
- 'wind_speed'
|
- 'wind_speed'
|
||||||
- 'wind_direction'
|
- 'wind_direction'
|
||||||
|
- 'co_status'
|
||||||
|
- 'smoke_status'
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
@ -55,5 +57,6 @@ Configuration variables:
|
|||||||
- 'weather_humidity'
|
- 'weather_humidity'
|
||||||
- 'wind_speed'
|
- 'wind_speed'
|
||||||
- 'wind_direction'
|
- 'wind_direction'
|
||||||
|
- 'co_status' # Nest Protect only
|
||||||
|
- 'smoke_status' # Nest Protect only
|
||||||
<p class='note'>You must have the [Nest component](/components/nest/) configured to use this sensor.</p>
|
<p class='note'>You must have the [Nest component](/components/nest/) configured to use this sensor.</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user