Add blog post August release

This commit is contained in:
Paulus Schoutsen 2015-08-09 23:50:42 -07:00
parent bc19797142
commit e66d36d598
7 changed files with 131 additions and 13 deletions

View file

@ -8,7 +8,7 @@ comments: false
sharing: true
footer: true
---
The rfxtrx platform support sensors that communicate in the frequency range of 433.92 MHz.
The rfxtrx platform support sensors that communicate in the frequency range of 433.92 MHz.
To enable the RFXtrx sensors in your installation, add the following to your `configuration.yaml` file:

View file

@ -16,5 +16,5 @@ To use your TEMPer sensor in your installation, add the following to your `confi
```
# Example configuration.yaml entry
sensor:
platform: temper
platform: temper
```

View file

@ -17,9 +17,9 @@ To use your Edimax switch in your installation, add the following to your `confi
```
# Example configuration.yaml entry
switch:
platform: edimax
host: 192.168.1.32
username: YOUR_USERNAME
password: YOUR_PASSWORD
name: Edimax Smart Plug
platform: edimax
host: 192.168.1.32
username: YOUR_USERNAME
password: YOUR_PASSWORD
name: Edimax Smart Plug
```

View file

@ -9,7 +9,7 @@ sharing: true
footer: true
---
<img src='/images/supported_brands/rapberry-pi.png' class='brand pull-right' />
<img src='/images/supported_brands/raspberry-pi.png' class='brand pull-right' />
The rpi_gpio switch platform allows you to control the GPIOs of your [Raspberry Pi](https://www.raspberrypi.org/).
To use your Raspberry Pi's GPIO in your installation, add the following to your `configuration.yaml` file: