Blogpost about 0.7 release

This commit is contained in:
Paulus Schoutsen 2015-08-30 23:41:08 -07:00
parent 81f2e68af4
commit e2e5a078ab
10 changed files with 214 additions and 6 deletions

View file

@ -24,7 +24,7 @@ sensor:
- humidity
```
The name of the pin to which the sensor is connected has a different names on different platfroms. 'P8_11' for Beaglebone, '23' for Raspberry Pi.
The name of the pin to which the sensor is connected has different names on different platforms. 'P8_11' for Beaglebone, '23' for Raspberry Pi.
<p class='note warning'>
As this requires access to the GPIO, you will need to run Home Assistant as root.