mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-27 19:26:50 +00:00
Update qwikswitch add binary_sensors (#5210)
* Update qwikswitch.markdown * bin
This commit is contained in:
parent
1fbf09ab66
commit
546806f1c6
18
source/_components/binary_sensor.qwikswitch.markdown
Normal file
18
source/_components/binary_sensor.qwikswitch.markdown
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: "QwikSwitch Binary Sensor"
|
||||||
|
description: "Instructions on how to integrate Qwikswitch dimmers and relays as sensors into Home Assistant."
|
||||||
|
date: 2016-05-04 00:00
|
||||||
|
sidebar: true
|
||||||
|
comments: false
|
||||||
|
sharing: true
|
||||||
|
footer: true
|
||||||
|
logo: qwikswitch.png
|
||||||
|
ha_category: Sensor
|
||||||
|
ha_iot_class: "Local Push"
|
||||||
|
ha_release: "0.68"
|
||||||
|
---
|
||||||
|
|
||||||
|
The `qwikswitch` binary_sensor platform allows you to use your [QwikSwitch](http://www.qwikswitch.co.za/) sensors within Home Assistant.
|
||||||
|
|
||||||
|
The platform is configured through the [QwikSwitch component](/components/qwikswitch/).
|
@ -60,16 +60,19 @@ On some QS Mobile servers button events are only generated for switches added to
|
|||||||
|
|
||||||
### {% linkable_title Qwikswitch Sensors %}
|
### {% linkable_title Qwikswitch Sensors %}
|
||||||
|
|
||||||
The sensor configuration is a list of sensors. Each sensor is configured with the following parameters:
|
The sensor configuration is a list of sensors. Depending on the type, it will be a sensor or binary_sensor. Each sensor is configured with the following parameters:
|
||||||
|
|
||||||
- **name** (*Required*): The sensor name from which the entity_id will be derived.
|
- **name** (*Required*): The sensor name from which the entity_id will be derived.
|
||||||
- **id** (*Required*): A QS_Id
|
- **id** (*Required*): A QS_Id
|
||||||
- **type** (*Required*): The Qwikswitch sensor type. These could include:
|
- **type** (*Required*): The Qwikswitch sensor type. These could include:
|
||||||
- imod (up to 6 channels)
|
- imod (binary_sensor, up to 6 channels)
|
||||||
- door (single channel)
|
- door (binary_sensor, single channel)
|
||||||
- qwikcord (Channel1 = CTavg, Channel 2 = CTsum)
|
- qwikcord (Channel 1 = CTavg, Channel 2 = CTsum)
|
||||||
- **channel** (*Optional, default=1*): The channel of interest. Refer to type above.
|
- **channel** (*Optional, default=1*): The channel of interest. Refer to type above.
|
||||||
|
|
||||||
|
The following parameters are only applicabe to binary_sensors (i.e. door/imod).
|
||||||
|
- **invert** (*Optional, default=False): Invert the open/close state.
|
||||||
|
- **class** (*Optional, default=door): The [class](https://www.home-assistant.io/components/binary_sensor) or binary_sensor.
|
||||||
|
|
||||||
Example sensor configuration:
|
Example sensor configuration:
|
||||||
|
|
||||||
|
@ -13,6 +13,6 @@ ha_iot_class: "Local Push"
|
|||||||
ha_release: "0.67"
|
ha_release: "0.67"
|
||||||
---
|
---
|
||||||
|
|
||||||
The `qwikswitch` sensor platform allows you to control your [QwikSwitch](http://www.qwikswitch.co.za/) relays and dimmers as sensors from within Home Assistant.
|
The `qwikswitch` sensor platform allows you to use your [QwikSwitch](http://www.qwikswitch.co.za/) sensors in Home Assistant.
|
||||||
|
|
||||||
The platform is configured through the [QwikSwitch component](/components/qwikswitch/).
|
The platform is configured through the [QwikSwitch component](/components/qwikswitch/).
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 4.9 KiB |
Loading…
x
Reference in New Issue
Block a user