Fixed markdown and added logo (#551)

This commit is contained in:
Jacob Tomlinson 2016-06-12 12:23:31 +01:00 committed by Fabian Affolter
parent 35b2c34c9d
commit 2764b4bc3d
5 changed files with 22 additions and 18 deletions

View File

@ -7,6 +7,7 @@ sidebar: true
comments: false comments: false
sharing: true sharing: true
footer: true footer: true
logo: rfxtrx.png
ha_category: Light ha_category: Light
ha_release: 0.7.5 ha_release: 0.7.5
--- ---

View File

@ -7,6 +7,7 @@ sidebar: true
comments: false comments: false
sharing: true sharing: true
footer: true footer: true
logo: rfxtrx.png
ha_category: Hub ha_category: Hub
ha_release: pre 0.7 ha_release: pre 0.7
--- ---

View File

@ -2,11 +2,12 @@
layout: page layout: page
title: "RFXtrx Rollershutter" title: "RFXtrx Rollershutter"
description: "Instructions how to integrate RFXtrx roller shutters into Home Assistant." description: "Instructions how to integrate RFXtrx roller shutters into Home Assistant."
date: 2016-06-02 22:10 date: 2016-06-11 22:40
sidebar: true sidebar: true
comments: false comments: false
sharing: true sharing: true
footer: true footer: true
logo: rfxtrx.png
ha_category: Rollershutter ha_category: Rollershutter
ha_release: 0.21 ha_release: 0.21
--- ---
@ -30,6 +31,7 @@ Push your remote and your device should be added.
Once added it will show an id (e.g `0b11000102ef9f210010f70`) and you can verify that it works from the frontend. Once added it will show an id (e.g `0b11000102ef9f210010f70`) and you can verify that it works from the frontend.
Then you should update your configuration to: Then you should update your configuration to:
```yaml ```yaml
rollershutter: rollershutter:
platform: rfxtrx platform: rfxtrx
@ -39,7 +41,7 @@ rollershutter:
``` ```
##### RFY ##### RFY
The RFXtrx433e is required for RFY support, however it does not support receive for the RFY protocol - as such devices cannot be automatically added. Instead, configure the device in the [rfxmngr](http://www.rfxcom.com/downloads.htm) tool. Make a note of the assigned ID and Unit Code and then add a device to the configuration with the following id `071a0000[id][unit_code]`. Eg, if the id was `a` (`0a`) `00` `01`, and the unit code was `1` (`01`) then the fully qualified id would be `071a00000a000101`. The RFXtrx433e is required for RFY support, however it does not support receive for the RFY protocol - as such devices cannot be automatically added. Instead, configure the device in the [rfxmngr](http://www.rfxcom.com/downloads.htm) tool. Make a note of the assigned ID and Unit Code and then add a device to the configuration with the following id `071a0000[id][unit_code]`. Eg, if the id was `0a` `00` `01`, and the unit code was `01` then the fully qualified id would be `071a00000a000101`.
#####Common #####Common
@ -64,4 +66,3 @@ Configuration variables:
- **automatic_add** (*Optional*): To enable the automatic addition of new roller shutters (Siemens/LightwaveRF only). - **automatic_add** (*Optional*): To enable the automatic addition of new roller shutters (Siemens/LightwaveRF only).
- **signal_repetitions** *Optional*: Because the rxftrx device sends its actions via radio and from most receivers it's impossible to know if the signal was received or not. Therefore you can configure the roller shutter to try to send each signal repeatedly. - **signal_repetitions** *Optional*: Because the rxftrx device sends its actions via radio and from most receivers it's impossible to know if the signal was received or not. Therefore you can configure the roller shutter to try to send each signal repeatedly.
- **fire_event** *Optional*: Fires an event even if the state is the same as before. Can be used for automations. - **fire_event** *Optional*: Fires an event even if the state is the same as before. Can be used for automations.

View File

@ -7,6 +7,7 @@ sidebar: true
comments: false comments: false
sharing: true sharing: true
footer: true footer: true
logo: rfxtrx.png
ha_category: Sensor ha_category: Sensor
--- ---
@ -75,4 +76,3 @@ Configuration variables:
- **devices** (*Optional*): A list of devices with their name to use in the frontend. - **devices** (*Optional*): A list of devices with their name to use in the frontend.
- **automatic_add** (*Optional*): To enable the automatic addition of new lights. - **automatic_add** (*Optional*): To enable the automatic addition of new lights.
- **data_type** (*Optional*): Which data type the sensor should show - **data_type** (*Optional*): Which data type the sensor should show

View File

@ -7,6 +7,7 @@ sidebar: true
comments: false comments: false
sharing: true sharing: true
footer: true footer: true
logo: rfxtrx.png
ha_category: Switch ha_category: Switch
ha_release: 0.7.5 ha_release: 0.7.5
--- ---