You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/light.qwikswitch.markdown
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
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."
5
5
date: 2016-05-04 00:00
6
6
sidebar: true
7
7
comments: false
@@ -10,11 +10,11 @@ footer: true
10
10
logo: qwikswitch.png
11
11
ha_category: Light
12
12
ha_iot_class: "Local Push"
13
-
ha_release: 0.19
13
+
ha_release: "0.20"
14
14
---
15
15
16
16
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.
18
18
19
19
They will be automatically discovered if the discovery component is enabled.
Copy file name to clipboardExpand all lines: source/_components/qwikswitch.markdown
+12-7Lines changed: 12 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -9,15 +9,16 @@ sharing: true
9
9
footer: true
10
10
logo: qwikswitch.png
11
11
ha_category: Hub
12
-
featured: true
12
+
featured: false
13
+
ha_release: "0.20"
13
14
---
14
15
15
16
16
17
The `qwikswitch` component is the main component to integrate various [QwikSwitch](http://www.qwikswitch.co.za/) devices with Home Assistant.
17
18
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.
19
20
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.
21
22
22
23
Example configuration:
23
24
@@ -27,9 +28,13 @@ qwikswitch:
27
28
url: 'http://127.0.0.1:2020'
28
29
```
29
30
30
-
{% linkable_title QwikSwitch Buttons %}
31
+
Configuration variables:
31
32
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:
33
38
34
39
```yaml
35
40
automation:
@@ -44,6 +49,6 @@ automation:
44
49
Currently Event will be created for the following commands (cmd) value in the Listen packet:
45
50
- `TOGGLE`- Normal QwikSwitch Transmitter button
46
51
- `SCENE EXE`- QwikSwitch Scene Transmitter buttons
47
-
- `LEVEL`- QwikSwitch OFF Tranmitter buttons
52
+
- `LEVEL`- QwikSwitch OFF Transmitter buttons
48
53
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.
Copy file name to clipboardExpand all lines: source/_components/switch.qwikswitch.markdown
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
layout: page
3
3
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."
5
5
date: 2016-05-04 00:00
6
6
sidebar: true
7
7
comments: false
@@ -10,13 +10,13 @@ footer: true
10
10
logo: qwikswitch.png
11
11
ha_category: Switch
12
12
ha_iot_class: "Local Push"
13
-
ha_release: 0.19
13
+
ha_release: "0.20"
14
14
---
15
15
16
16
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.
18
18
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/).
20
20
21
21
They will be automatically discovered from the QSUSB API if the discovery component is enabled.
0 commit comments