From bf37c0155c658d4ef6cf851b2f4ddea6c6a16e72 Mon Sep 17 00:00:00 2001 From: Adam Mills Date: Wed, 8 Jun 2016 01:38:00 -0400 Subject: [PATCH 1/4] media_player.kodi: turn_off_action documentation (#533) --- source/_components/media_player.kodi.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_components/media_player.kodi.markdown b/source/_components/media_player.kodi.markdown index 9cd3a203358..851f3b520c4 100644 --- a/source/_components/media_player.kodi.markdown +++ b/source/_components/media_player.kodi.markdown @@ -27,6 +27,7 @@ media_player: name: Kodi user: USERNAME password: PASSWORD + turn_off_action: shutdown ``` Configuration variables: @@ -36,3 +37,4 @@ Configuration variables: - **name** (*Optional*): The name of the device used in the frontend. - **username** (*Optional*): The XBMC/Kodi HTTP username. - **password** (*Optional*): The XBMC/Kodi HTTP password. +- **turn_off_action** (*Optional*): The desired turn off action. Options are `none`, `quit`, `hibernate`, `suspend`, `reboot`, or `poweroff`. Default `none`. From 22bd06a61694b511dac104738d3f00d455e9ad04 Mon Sep 17 00:00:00 2001 From: Sam Riley Date: Wed, 8 Jun 2016 06:38:20 +0100 Subject: [PATCH 2/4] Add documentation for RFY protocol (#528) --- .../_components/rollershutter.rfxtrx.markdown | 22 +++++++++++++------ 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/source/_components/rollershutter.rfxtrx.markdown b/source/_components/rollershutter.rfxtrx.markdown index 7a1160fa072..831e600d6a4 100644 --- a/source/_components/rollershutter.rfxtrx.markdown +++ b/source/_components/rollershutter.rfxtrx.markdown @@ -2,7 +2,7 @@ layout: page title: "RFXtrx Rollershutter" description: "Instructions how to integrate RFXtrx roller shutters into Home Assistant." -date: 2016-06-02 14:20 +date: 2016-06-02 22:10 sidebar: true comments: false sharing: true @@ -11,9 +11,12 @@ ha_category: Rollershutter ha_release: 0.21 --- -The `rfxtrx` platform support Siemens/LightwaveRF roller shutters that communicate in the frequency range of 433.92 MHz. +The `rfxtrx` platform supports Siemens/LightwaveRF and RFY roller shutters that communicate in the frequency range of 433.92 MHz. First you have to set up your [rfxtrx hub.](/components/rfxtrx/) + +### {% linkable_title Configuration %} +#####Siemens/LightwaveRF The easiest way to find your roller shutters is to add this to your `configuration.yaml`: ```yaml @@ -35,7 +38,13 @@ rollershutter: name: device_name ``` +#####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`. + + +#####Common Example configuration: + ```yaml # Example configuration.yaml entry rollershutter: @@ -43,17 +52,16 @@ rollershutter: automatic_add: False signal_repetitions: 2 devices: - 0b1100ce3213c7f210010f70: + 0b1100ce3213c7f210010f70: # Siemens/LightwaveRF name: Bedroom Shutter - 0b11000a02ef2gf210010f50: + 070a00000a000101: # RFY name: Bathroom Shutter - 0b1111e003af16aa10000060: - name: Lounge Shutter ``` Configuration variables: - **devices** (*Required*): A list of devices with their name to use in the frontend. -- **automatic_add** (*Optional*): To enable the automatic addition of new roller shutters. +- **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. - **fire_event** *Optional*: Fires an event even if the state is the same as before. Can be used for automations. + From b174046dfc1b8cc2f4ada5a93861d269807a41f9 Mon Sep 17 00:00:00 2001 From: Alex Harvey Date: Tue, 7 Jun 2016 22:38:29 -0700 Subject: [PATCH 3/4] Update zwave.markdown (#527) --- source/_components/zwave.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_components/zwave.markdown b/source/_components/zwave.markdown index f8a59fa0fd9..c448ff35401 100644 --- a/source/_components/zwave.markdown +++ b/source/_components/zwave.markdown @@ -72,6 +72,7 @@ Configuration variables: - **usb_path** (*Required*): The port where your device is connected to your Home Assistant host. - **config_path** (*Optional*): The path to the Python Open Z-Wave configuration files. +- **autoheal** (*Optional*): Allows disabling auto ZWave heal at midnight. Defaults to True. - **polling_interval** (*Optional*): The time period in milliseconds between polls of a nodes value. Be careful about using polling values below 30000 (30 seconds) as polling can flood the zwave network and cause problems. - **customize** (*Optional*): This attribute contains node-specific override values: - **polling_intensity** (*Optional*): Enables polling of a value and sets the frequency of polling (0=none, 1=every time through the list, 2-every other time, etc). If not specified then your device will not be polled. From 464ded7d8b0c2ac652f9d31dfc985b4e147f4fee Mon Sep 17 00:00:00 2001 From: rubund Date: Wed, 8 Jun 2016 07:39:00 +0200 Subject: [PATCH 4/4] Added one more configuration for netatmo: station (#516) --- source/_components/sensor.netatmo.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_components/sensor.netatmo.markdown b/source/_components/sensor.netatmo.markdown index 0ed0740d4fc..e68b3c05b28 100644 --- a/source/_components/sensor.netatmo.markdown +++ b/source/_components/sensor.netatmo.markdown @@ -24,6 +24,7 @@ sensor: secret_key: YOUR_SECRET_KEY username: YOUR_USERNAME password: YOUR_PASSWORD + station: STATION_NAME modules: module_name1: - temperature @@ -48,6 +49,7 @@ Configuration variables: - **secret_key** (*Required*): Your netatmo secret key - **username** (*Required*): Username for the netatmo account. - **password** (*Required*): Password for the netatmo account. +- **station**: The name of the weather station. Needed if several stations are associated with the account. - **modules** (*Required*): Modules to use. Multiple entries allowed. - **module_name** array (*Required*): Name of the module. - **temperature**: Current temperature.