Fix more for 0.23 release
This commit is contained in:
parent
ea6304ee6c
commit
bacd4aab21
8 changed files with 71 additions and 7 deletions
26
source/_components/garage_door.rpi_gpio.markdown
Normal file
26
source/_components/garage_door.rpi_gpio.markdown
Normal file
|
@ -0,0 +1,26 @@
|
|||
---
|
||||
layout: page
|
||||
title: "Raspberry Pi Garage door"
|
||||
description: "Instructions how to setup the Raspberry Pi garage doors within Home Assistant."
|
||||
date: 2016-02-12 07:00
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: wink.png
|
||||
ha_category: Garage Door
|
||||
ha_release: 0.23
|
||||
---
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
garage_door:
|
||||
platform: rpi_gpio
|
||||
doors:
|
||||
- relay_pin: 10
|
||||
state_pin: 11
|
||||
name: 'Left door'
|
||||
- relay_pin: 12
|
||||
state_pin: 13
|
||||
name: 'Right door'
|
||||
```
|
15
source/_components/garage_door.zwave.markdown
Normal file
15
source/_components/garage_door.zwave.markdown
Normal file
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
layout: page
|
||||
title: "Z-Wave Garage Door"
|
||||
description: "Instructions how to setup the Z-Wave garage doors within Home Assistant."
|
||||
date: 2015-11-15 13:00
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: z-wave.png
|
||||
ha_category: Garage Door
|
||||
ha_release: 0.23
|
||||
---
|
||||
|
||||
To get your Z-Wave garage doors working with Home Assistant, follow the instructions for the general [Z-Wave component](/components/zwave/).
|
|
@ -14,7 +14,7 @@ ha_release: 0.23
|
|||
|
||||
The `braviatv` platform allows you to control a [Sony Bravia TV](http://www.sony.com).
|
||||
|
||||
Almost all [Sony Bravia TV 2013 and newer](http://info.tvsideview.sony.net/en_ww/home_device.html#bravia) are supported.
|
||||
Almost all [Sony Bravia TV 2013 and newer](http://info.tvsideview.sony.net/en_ww/home_device.html#bravia) are supported.
|
||||
|
||||
You will need to configure your TV to allow the Home Assistant for remote usage. To do that, ensure that your TV is turned on. Open the configuration popup on Home Assistant and enter a random PIN (for example 0000). After that, the TV will show you a PIN and Home Assistant will allow you to re-enter that PIN. Enter the PIN shown on your TV and Home Assistant will be able to control your Sony Bravia TV.
|
||||
|
||||
|
|
15
source/_components/rollershutter.zwave.markdown
Normal file
15
source/_components/rollershutter.zwave.markdown
Normal file
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
layout: page
|
||||
title: "Z-Wave Rollershutter"
|
||||
description: "Instructions how to setup the Z-Wave rollershutters within Home Assistant."
|
||||
date: 2015-11-15 13:00
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: z-wave.png
|
||||
ha_category: Rollershutter
|
||||
ha_release: 0.23
|
||||
---
|
||||
|
||||
To get your Z-Wave rollershutters working with Home Assistant, follow the instructions for the general [Z-Wave component](/components/zwave/).
|
Loading…
Add table
Add a link
Reference in a new issue