From 9e7a8ab76b08fef73ade1c1b90ea6b1809c2e42c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 21 May 2016 16:21:06 +0200 Subject: [PATCH] Update links and fix a couple of typos --- source/_components/light.qwikswitch.markdown | 8 ++++---- source/_components/qwikswitch.markdown | 19 ++++++++++++------- source/_components/switch.qwikswitch.markdown | 8 ++++---- 3 files changed, 20 insertions(+), 15 deletions(-) diff --git a/source/_components/light.qwikswitch.markdown b/source/_components/light.qwikswitch.markdown index 639f681a7ee..61880ae5736 100644 --- a/source/_components/light.qwikswitch.markdown +++ b/source/_components/light.qwikswitch.markdown @@ -1,7 +1,7 @@ --- layout: page -title: "QwikSwitch Lights" -description: "Instructions how to integrate Qwikswitch Dimemrs and Relays as lights into Home Assistant." +title: "QwikSwitch Light" +description: "Instructions how to integrate Qwikswitch dimmers and relays as lights into Home Assistant." date: 2016-05-04 00:00 sidebar: true comments: false @@ -10,11 +10,11 @@ footer: true logo: qwikswitch.png ha_category: Light ha_iot_class: "Local Push" -ha_release: 0.19 +ha_release: "0.20" --- -The `qwikswitch` platform allows you to control your [QwikSwitch](http://www.qwikswitch.co.za/) Relays and Dimmers as lights from within Home Assistant. +The `qwikswitch` light platform allows you to control your [QwikSwitch](http://www.qwikswitch.co.za/) relays and dimmers as lights from within Home Assistant. They will be automatically discovered if the discovery component is enabled. diff --git a/source/_components/qwikswitch.markdown b/source/_components/qwikswitch.markdown index d1456dd9bcf..dd65621918c 100644 --- a/source/_components/qwikswitch.markdown +++ b/source/_components/qwikswitch.markdown @@ -9,15 +9,16 @@ sharing: true footer: true logo: qwikswitch.png ha_category: Hub -featured: true +featured: false +ha_release: "0.20" --- The `qwikswitch` component is the main component to integrate various [QwikSwitch](http://www.qwikswitch.co.za/) devices with Home Assistant. -Loading the `qwikswitch` component will automatically add all devices from the QS Mobile application. QS Mobile controls the QSUSB Modem device. +Loading the `qwikswitch` component will automatically adds all devices from the QS Mobile application. QS Mobile controls the QSUSB Modem device. -Currently QwikSwitch Relays and LED Dimmers are supported (tested). QwikSwitch Relay devices can be Switches or [Lights](/components/qwikswitch/lights/) in Home-Assistant. If the device name in the QSUSB app ends with ` Switch` it will be created as a Switch, otherwise a Light. +Currently QwikSwitch relays and LED dimmers are supported (tested). QwikSwitch relay devices can be [switches](/components/switch.qwikswitch/) or [lights](/components/light.qwikswitch/) in Home-Assistant. If the device name in the QSUSB app ends with ` Switch` it will be created as a switch, otherwise as a light. Example configuration: @@ -27,9 +28,13 @@ qwikswitch: url: 'http://127.0.0.1:2020' ``` -{% linkable_title QwikSwitch Buttons %} +Configuration variables: -QwikSwitch devices (i.e. Tranmitter Buttons) will fire events on the Home Assistant bus. These events can then be used as triggers for any `automation` action, as follows: +- **url** (*Required*): The URL including the port of your QwikSwitch hub. + +### {% linkable_title QwikSwitch Buttons %} + +QwikSwitch devices (i.e. transmitter buttons) will fire events on the Home Assistant bus. These events can then be used as triggers for any `automation` action, as follows: ```yaml automation: @@ -44,6 +49,6 @@ automation: Currently Event will be created for the following commands (cmd) value in the Listen packet: - `TOGGLE` - Normal QwikSwitch Transmitter button - `SCENE EXE` - QwikSwitch Scene Transmitter buttons -- `LEVEL` - QwikSwitch OFF Tranmitter buttons +- `LEVEL` - QwikSwitch OFF Transmitter buttons -Technically this could work for Keyfobs, Door Sensors and PIR Tranmitters as well. +Technically this could work for Keyfobs, door sensors, and PIR transmitters as well. diff --git a/source/_components/switch.qwikswitch.markdown b/source/_components/switch.qwikswitch.markdown index bdacbc2e827..8c2b4833f5f 100644 --- a/source/_components/switch.qwikswitch.markdown +++ b/source/_components/switch.qwikswitch.markdown @@ -1,7 +1,7 @@ --- layout: page title: "QwikSwitch Switch" -description: "Instructions how to integrate QwikSwitch Relays into Home Assistant." +description: "Instructions how to integrate QwikSwitch relays into Home Assistant." date: 2016-05-04 00:00 sidebar: true comments: false @@ -10,13 +10,13 @@ footer: true logo: qwikswitch.png ha_category: Switch ha_iot_class: "Local Push" -ha_release: 0.19 +ha_release: "0.20" --- -The `qwikswitch` platform allows you to control your [QwikSwitch](http://www.qwikswitch.co.za/) Relays as Switches from within Home Assistant. +The `qwikswitch` platform allows you to control your [QwikSwitch](http://www.qwikswitch.co.za/) relays as switches from within Home Assistant. -QwikSwitch Relay devices can be Switches or [Lights](/components/qwikswitch/lights/) in Home-Assistant. If the device name in the QSUSB app ends with ` Switch` it will be created as a Switch, otherwise a Light. +If the device name in the QSUSB app ends with `Switch` it will be created as a switch, otherwise as a [light](/components/light.qwikswitch/). They will be automatically discovered from the QSUSB API if the discovery component is enabled.