Update links and fix a couple of typos

This commit is contained in:
Fabian Affolter 2016-05-21 16:21:06 +02:00
parent f10079d299
commit 9e7a8ab76b
3 changed files with 20 additions and 15 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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.