You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/sensor.nest.markdown
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,8 @@ The `nest` sensor platform lets you monitor sensors connected to your [Nest](htt
20
20
You must have the [Nest component](/components/nest/) configured to use these sensors. The sensors will be setup if the `nest` component is configured and the required configuration for the `nest sensor` is set.
21
21
</p>
22
22
23
+
## {% linkable_title Configuration %}
24
+
23
25
To enable sensors and customize which sensors are setup, you can extend the [Nest component](/components/nest/) configuration in your `configuration.yaml` file with the following settings:
24
26
```yaml
25
27
# Example configuration.yaml entry
@@ -40,6 +42,7 @@ The following conditions are available by device:
@@ -53,3 +56,24 @@ The following conditions are available by device:
53
56
- color\_status: `gray`, `green`, `yellow`, or `red`. Indicates device status by color in the Nest app UI. It is an aggregate condition for battery+smoke+CO states, and reflects the actual color indicators displayed in the Nest app.
54
57
- Nest Camera: none
55
58
59
+
## {% linkable_title Security State %}
60
+
61
+
<p class='note warning'>
62
+
This feature is not designed to transfer your Home Assitant to a secruity system, neither Home Assistant nor Nest be liable to You for damages,
63
+
or consequential damages of any character arising as a result of use this feature.
64
+
65
+
This feature does not depend on the [Nest Secure alarm system](https://nest.com/alarm-system/overview/) and is not a reflection of the status of that system,
66
+
nor does it react to state changes in that system.
67
+
</p>
68
+
69
+
<p class='note'>
70
+
This feautre use a new [Nest Secruity API](https://developers.nest.com/documentation/cloud/security-guide),
71
+
you may need to change your ["Product"](https://developers.nest.com/products) permission setting to include `Secruity State Read`.
72
+
After permission change, you may need to re-authorize your client.
73
+
</p>
74
+
75
+
If a Nest Cam detects the presence of a person (see `person_detected` in [binary_sensor.nest](/components/binary_sensor.nest/)) while the structure is in `away` mode (see `away` in [binary_sensor.nest](/components/binary_sensor.nest/)), the structure enters `deter` mode.
76
+
77
+
A `deter` state is re-evaluated after several minutes and relaxed to `ok` if no further `person_detected` events have occurred.
78
+
79
+
The `security_state` automatically switches to `ok` when the structure state is `home`.
0 commit comments