Rewriting of installation guide for Raspberry Pi and cleanup of associated components.
This commit is contained in:
parent
d5256e8584
commit
76938c36c1
5 changed files with 135 additions and 33 deletions
|
@ -12,7 +12,6 @@ ha_category: Binary Sensor
|
|||
ha_release: pre 0.7
|
||||
---
|
||||
|
||||
|
||||
The `rpi_gpio` binary sensor platform allows you to read sensor values of 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:
|
||||
|
@ -39,10 +38,3 @@ Configuration variables:
|
|||
|
||||
For more details about the GPIO layout, visit the Wikipedia [article](https://en.wikipedia.org/wiki/Raspberry_Pi#GPIO_connector) about the Raspberry Pi.
|
||||
|
||||
<p class='note warning'>
|
||||
If you are not running Raspbian Jessie, you will need to run Home Assistant as root.
|
||||
</p>
|
||||
|
||||
<p class='note warning'>
|
||||
To avoid having to run Home Assistant as root when using this component, run a Raspbian version released at or after September 29, 2015.
|
||||
</p>
|
||||
|
|
|
@ -14,7 +14,7 @@ ha_release: 0.17
|
|||
---
|
||||
|
||||
|
||||
The `rpi` platform allows you to integrate the Raspberry Pi camera into Home Assistant. This component uses the application [`raspistill`](https://www.raspberrypi.org/documentation/usage/camera/raspicam/raspistill.md) to store the image from camera.
|
||||
The `rpi_camera` platform allows you to integrate the Raspberry Pi camera into Home Assistant. This component uses the application [`raspistill`](https://www.raspberrypi.org/documentation/usage/camera/raspicam/raspistill.md) to store the image from camera.
|
||||
|
||||
To enable this camera in your installation, add the following to your `configuration.yaml` file:
|
||||
|
||||
|
@ -47,9 +47,3 @@ Configuration variables:
|
|||
|
||||
The given **file_path** must be an existing file because the camera platform setup make a writeable check on it.
|
||||
|
||||
Ensure that the user who is running Home Assistant is in the video group. Eg. for the user `hass`:
|
||||
|
||||
```bash
|
||||
$ sudo usermod -a -G video hass
|
||||
```
|
||||
|
||||
|
|
|
@ -16,10 +16,6 @@ ha_release: 0.18
|
|||
This tracker discovers new devices on boot and tracks bluetooth devices periodically based on interval_seconds value. It is not required to pair the devices with each other!
|
||||
Devices discovered are stored with 'bt_' as the prefix for device mac addresses in `known_devices.yaml`.
|
||||
|
||||
<p class='note'>
|
||||
Requires PyBluez. If you are on Raspbian, make sure you first install `bluetooth` and `libbluetooth-dev` by running `sudo apt install bluetooth libbluetooth-dev`
|
||||
</p>
|
||||
|
||||
To use the Bluetooth tracker in your installation, add the following to your `configuration.yaml` file:
|
||||
|
||||
```yaml
|
||||
|
|
|
@ -35,6 +35,3 @@ Configuration variables:
|
|||
|
||||
For more details about the GPIO layout, visit the Wikipedia [article](https://en.wikipedia.org/wiki/Raspberry_Pi#GPIO_connector) about the Raspberry Pi.
|
||||
|
||||
<p class='note warning'>
|
||||
If you are not running Raspbian Jessie, you will need to run Home Assistant as root.
|
||||
</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue