Release 0.14 blogpost

This commit is contained in:
Paulus Schoutsen 2016-02-27 16:30:16 -08:00
parent 16bf1e5838
commit 05f2ad1f5b
14 changed files with 188 additions and 18 deletions

View file

@ -30,6 +30,11 @@ sensor:
- 'local_ip'
- 'last_connection'
- 'battery_level'
- 'weather_condition'
- 'weather_temperature'
- 'weather_humidity'
- 'wind_speed'
- 'wind_direction'
```
Configuration variables:
@ -45,5 +50,10 @@ Configuration variables:
- 'local_ip'
- 'last_connection'
- 'battery_level'
- 'weather_condition'
- 'weather_temperature'
- 'weather_humidity'
- 'wind_speed'
- 'wind_direction'
<p class='note'>You must have the [Nest component](/components/nest/) configured to use this sensor.</p>