mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Update logo name and update configuration sample
This commit is contained in:
parent
259ff92bf2
commit
780992c884
@ -7,7 +7,7 @@ sidebar: true
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
logo: nest_thermostat.png
|
logo: nest.png
|
||||||
ha_category: Binary Sensor
|
ha_category: Binary Sensor
|
||||||
ha_release: pre 0.7
|
ha_release: pre 0.7
|
||||||
---
|
---
|
||||||
@ -22,19 +22,12 @@ You must have the [Nest component](/components/nest/) configured to use these se
|
|||||||
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:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
# Example configuration.yaml entry
|
||||||
binary_sensor:
|
binary_sensor:
|
||||||
- platform: nest
|
- platform: nest
|
||||||
monitored_conditions:
|
monitored_conditions:
|
||||||
- 'fan'
|
- 'fan'
|
||||||
- 'hvac_ac_state'
|
- 'hvac_ac_state'
|
||||||
- 'hvac_heater_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'
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
@ -17,3 +17,11 @@ The `nest` platform allows you to watch the live stream of your [Nest](https://n
|
|||||||
<p class='note'>
|
<p class='note'>
|
||||||
You must have the [Nest component](/components/nest/) configured to use those thermostats.
|
You must have the [Nest component](/components/nest/) configured to use those thermostats.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
To set it up, add the following information to your `configuration.yaml` file:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
# Example configuration.yaml entry
|
||||||
|
camera:
|
||||||
|
- platform: nest
|
||||||
|
```
|
||||||
|
@ -7,7 +7,7 @@ sidebar: true
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
logo: nest_thermostat.png
|
logo: nest.png
|
||||||
ha_category: Climate
|
ha_category: Climate
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -21,8 +21,9 @@ You must have the [Nest component](/components/nest/) configured to use those th
|
|||||||
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:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
# Example configuration.yaml entry
|
||||||
climate:
|
climate:
|
||||||
platform: nest
|
- platform: nest
|
||||||
```
|
```
|
||||||
|
|
||||||
<p class='img'>
|
<p class='img'>
|
||||||
|
@ -7,7 +7,7 @@ sidebar: true
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
logo: nest_thermostat.png
|
logo: nest.png
|
||||||
ha_category: Fan
|
ha_category: Fan
|
||||||
ha_release: 0.29
|
ha_release: 0.29
|
||||||
ha_iot_class: "Local Polling"
|
ha_iot_class: "Local Polling"
|
||||||
@ -23,7 +23,8 @@ You must have the [Nest component](/components/nest/) configured to use those th
|
|||||||
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:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
# Example configuration.yaml entry
|
||||||
fan:
|
fan:
|
||||||
platform: nest
|
- platform: nest
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ sidebar: true
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
logo: nest_thermostat.png
|
logo: nest.png
|
||||||
ha_category: Hub
|
ha_category: Hub
|
||||||
featured: true
|
featured: true
|
||||||
---
|
---
|
||||||
|
@ -7,7 +7,7 @@ sidebar: true
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
logo: nest_thermostat.png
|
logo: nest.png
|
||||||
ha_category: Sensor
|
ha_category: Sensor
|
||||||
ha_release: pre 0.7
|
ha_release: pre 0.7
|
||||||
---
|
---
|
||||||
@ -24,15 +24,10 @@ To set it up, add the following information to your `configuration.yaml` file:
|
|||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
sensor:
|
sensor:
|
||||||
platform: nest
|
- platform: nest
|
||||||
monitored_conditions:
|
monitored_conditions:
|
||||||
- 'temperature'
|
- 'temperature'
|
||||||
- 'target'
|
- 'target'
|
||||||
- 'humidity'
|
|
||||||
- 'operation_mode'
|
|
||||||
- 'last_connection'
|
|
||||||
- 'co_status' # Nest Protect only
|
|
||||||
- 'smoke_status' # Nest Protect only
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
@ -7,7 +7,7 @@ sidebar: true
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
logo: nest_thermostat.png
|
logo: nest.png
|
||||||
ha_category: Weather
|
ha_category: Weather
|
||||||
ha_iot_class: "Cloud Poll"
|
ha_iot_class: "Cloud Poll"
|
||||||
---
|
---
|
||||||
@ -26,18 +26,14 @@ sensor:
|
|||||||
- platform: nest
|
- platform: nest
|
||||||
monitored_conditions:
|
monitored_conditions:
|
||||||
- 'weather_temperature'
|
- 'weather_temperature'
|
||||||
- 'weather_humidity'
|
|
||||||
- 'weather_condition'
|
|
||||||
- 'wind_speed'
|
|
||||||
- 'wind_direction'
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
|
||||||
- **monitored_conditions** array (*Required*): States to monitor.
|
- **monitored_conditions** array (*Required*): States to monitor.
|
||||||
- 'weather_temperature'
|
- 'weather_temperature'
|
||||||
- 'weather_humidity'
|
- 'weather_humidity'
|
||||||
- 'weather_condition'
|
- 'weather_condition'
|
||||||
- 'wind_speed'
|
- 'wind_speed'
|
||||||
- 'wind_direction'
|
- 'wind_direction'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user