Skip to content

Commit 9e7a8ab

Browse files
committed
Update links and fix a couple of typos
1 parent f10079d commit 9e7a8ab

File tree

3 files changed

+20
-15
lines changed

3 files changed

+20
-15
lines changed

source/_components/light.qwikswitch.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page
3-
title: "QwikSwitch Lights"
4-
description: "Instructions how to integrate Qwikswitch Dimemrs and Relays as lights into Home Assistant."
3+
title: "QwikSwitch Light"
4+
description: "Instructions how to integrate Qwikswitch dimmers and relays as lights into Home Assistant."
55
date: 2016-05-04 00:00
66
sidebar: true
77
comments: false
@@ -10,11 +10,11 @@ footer: true
1010
logo: qwikswitch.png
1111
ha_category: Light
1212
ha_iot_class: "Local Push"
13-
ha_release: 0.19
13+
ha_release: "0.20"
1414
---
1515

1616

17-
The `qwikswitch` platform allows you to control your [QwikSwitch](http://www.qwikswitch.co.za/) Relays and Dimmers as lights from within Home Assistant.
17+
The `qwikswitch` light platform allows you to control your [QwikSwitch](http://www.qwikswitch.co.za/) relays and dimmers as lights from within Home Assistant.
1818

1919
They will be automatically discovered if the discovery component is enabled.
2020

source/_components/qwikswitch.markdown

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,16 @@ sharing: true
99
footer: true
1010
logo: qwikswitch.png
1111
ha_category: Hub
12-
featured: true
12+
featured: false
13+
ha_release: "0.20"
1314
---
1415

1516

1617
The `qwikswitch` component is the main component to integrate various [QwikSwitch](http://www.qwikswitch.co.za/) devices with Home Assistant.
1718

18-
Loading the `qwikswitch` component will automatically add all devices from the QS Mobile application. QS Mobile controls the QSUSB Modem device.
19+
Loading the `qwikswitch` component will automatically adds all devices from the QS Mobile application. QS Mobile controls the QSUSB Modem device.
1920

20-
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.
21+
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.
2122

2223
Example configuration:
2324

@@ -27,9 +28,13 @@ qwikswitch:
2728
url: 'http://127.0.0.1:2020'
2829
```
2930
30-
{% linkable_title QwikSwitch Buttons %}
31+
Configuration variables:
3132
32-
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:
33+
- **url** (*Required*): The URL including the port of your QwikSwitch hub.
34+
35+
### {% linkable_title QwikSwitch Buttons %}
36+
37+
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:
3338

3439
```yaml
3540
automation:
@@ -44,6 +49,6 @@ automation:
4449
Currently Event will be created for the following commands (cmd) value in the Listen packet:
4550
- `TOGGLE` - Normal QwikSwitch Transmitter button
4651
- `SCENE EXE` - QwikSwitch Scene Transmitter buttons
47-
- `LEVEL` - QwikSwitch OFF Tranmitter buttons
52+
- `LEVEL` - QwikSwitch OFF Transmitter buttons
4853

49-
Technically this could work for Keyfobs, Door Sensors and PIR Tranmitters as well.
54+
Technically this could work for Keyfobs, door sensors, and PIR transmitters as well.

source/_components/switch.qwikswitch.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page
33
title: "QwikSwitch Switch"
4-
description: "Instructions how to integrate QwikSwitch Relays into Home Assistant."
4+
description: "Instructions how to integrate QwikSwitch relays into Home Assistant."
55
date: 2016-05-04 00:00
66
sidebar: true
77
comments: false
@@ -10,13 +10,13 @@ footer: true
1010
logo: qwikswitch.png
1111
ha_category: Switch
1212
ha_iot_class: "Local Push"
13-
ha_release: 0.19
13+
ha_release: "0.20"
1414
---
1515

1616

17-
The `qwikswitch` platform allows you to control your [QwikSwitch](http://www.qwikswitch.co.za/) Relays as Switches from within Home Assistant.
17+
The `qwikswitch` platform allows you to control your [QwikSwitch](http://www.qwikswitch.co.za/) relays as switches from within Home Assistant.
1818

19-
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.
19+
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/).
2020

2121
They will be automatically discovered from the QSUSB API if the discovery component is enabled.
2222

0 commit comments

Comments
 (0)