✏️ Spelling, grammar, styling and fixes (#8260)

This commit is contained in:
Franck Nijhof 2019-01-24 23:14:04 +01:00 committed by Fabian Affolter
parent f78a565004
commit 6801dc25d3
12 changed files with 16 additions and 21 deletions

View File

@ -13,7 +13,6 @@ ha_release: 0.23
ha_iot_class: "Local Push" ha_iot_class: "Local Push"
--- ---
The `homematic` switch platform lets you control [Homematic](http://www.homematic.com/) switches through Home Assistant. The `homematic` switch platform lets you control [Homematic](http://www.homematic.com/) switches through Home Assistant.
Devices will be configured automatically. Please refer to the [component](/components/homematic/) configuration on how to setup Homematic. Devices will be configured automatically. Please refer to the [component](/components/homematic/) configuration on how to setup Homematic.

View File

@ -27,7 +27,7 @@ switch:
{% configuration %} {% configuration %}
watering_minutes: watering_minutes:
description: When manual watering is enabled this will determine the length of time in minutes that irrigation zone will run. The allowed values are 5, 10, 15, 30, 45, or 60. description: When manual watering is enabled this will determine the length of time in minutes that the irrigation zone will run. The allowed values are 5, 10, 15, 30, 45, or 60.
required: false required: false
type: integer type: integer
default: 15 default: 15
@ -63,5 +63,4 @@ switch:
monitored_conditions: manual_watering monitored_conditions: manual_watering
``` ```
Finish the configuration by visiting the [Hydrawise binary sensor](/components/binary_sensor.hydrawise) and [Hydrawise sensor](/components/sensor.hydrawise/) documentation. Finish the configuration by visiting the [Hydrawise binary sensor](/components/binary_sensor.hydrawise) and [Hydrawise sensor](/components/sensor.hydrawise/) documentation.

View File

@ -24,6 +24,8 @@ project and setup as switch devices:
- Mobile wireless relay - Mobile wireless relay
- Dataline plug outlet - Dataline plug outlet
## {% linkable_title Configuration %}
To manually configure IHC switches insert the "switch" section in your To manually configure IHC switches insert the "switch" section in your
IHC configuration: IHC configuration:

View File

@ -13,7 +13,7 @@ ha_iot_class: "Local Push"
ha_version: 0.77 ha_version: 0.77
--- ---
The `insteon` switch platform lets you control your on/off switches through The `insteon` switch platform lets you control on/off switches through
an INSTEON Modem (PLM and Hub) device connected directly to your system on a an INSTEON Modem (PLM and Hub) device connected directly to your system on a
USB, serial port or TCPIP connection. To add support, set up the primary USB, serial port or TCPIP connection. To add support, set up the primary
[insteon] component. [insteon] component.

View File

@ -12,13 +12,14 @@ ha_release: 0.36
ha_iot_class: "Local Polling" ha_iot_class: "Local Polling"
--- ---
The `kankun` switch platform allows you to toggle customized Kankun SP3 Wifi switches. Switches are The `kankun` switch platform allows you to toggle customized Kankun SP3 Wifi switches. Switches are
modified to include the [json.cgi](https://github.com/homedash/kankun-json/blob/master/cgi-bin/json.cgi) modified to include the [json.cgi](https://github.com/homedash/kankun-json/blob/master/cgi-bin/json.cgi)
script to provide an HTTP API. Details of the necessary modifications can be found script to provide an HTTP API. Details of the necessary modifications can be found
[here](http://www.homeautomationforgeeks.com/openhab_http.shtml#kankun) (be sure to install the JSON version [here](http://www.homeautomationforgeeks.com/openhab_http.shtml#kankun) (be sure to install the JSON version
of the script as linked above). of the script as linked above).
## {% linkable_title Configuration %}
To enable it, add the following lines to your `configuration.yaml`: To enable it, add the following lines to your `configuration.yaml`:
```yaml ```yaml

View File

@ -13,7 +13,6 @@ ha_release: 0.24
ha_iot_class: "Local Polling" ha_iot_class: "Local Polling"
--- ---
The `knx` switch component is used as in interface to switching actuators. The `knx` switch component is used as in interface to switching actuators.
The `knx` component must be configured correctly, see [KNX Component](/components/knx). The `knx` component must be configured correctly, see [KNX Component](/components/knx).
@ -47,4 +46,3 @@ state_address:
Some KNX devices can change their state internally without any messages on the KNX bus, e.g., if you configure a timer on a channel. The optional `state_address` can be used to inform Home Assistant about these state changes. If a KNX message is seen on the bus addressed to the given state address, this will overwrite the state of the switch object. Some KNX devices can change their state internally without any messages on the KNX bus, e.g., if you configure a timer on a channel. The optional `state_address` can be used to inform Home Assistant about these state changes. If a KNX message is seen on the bus addressed to the given state address, this will overwrite the state of the switch object.
For switching actuators that are only controlled by a single group address and can't change their state internally, you don't have to configure the state address. For switching actuators that are only controlled by a single group address and can't change their state internally, you don't have to configure the state address.

View File

@ -16,4 +16,3 @@ ha_iot_class: "Local Push"
The `konnected` switch platform allows you to actuate an alarm system siren, strobe light, buzzer or any other wired device using a [Konnected Alarm Panel board](https://konnected.io) or relay module and a NodeMCU ESP8266 WiFi module running the [open source Konnected software](https://github.com/konnected-io/konnected-security). The `konnected` switch platform allows you to actuate an alarm system siren, strobe light, buzzer or any other wired device using a [Konnected Alarm Panel board](https://konnected.io) or relay module and a NodeMCU ESP8266 WiFi module running the [open source Konnected software](https://github.com/konnected-io/konnected-security).
See the [`konnected`](/components/konnected/) component for configuration and setup instructions. See the [`konnected`](/components/konnected/) component for configuration and setup instructions.

View File

@ -31,4 +31,3 @@ switch:
required: true required: true
type: string type: string
{% endconfiguration %} {% endconfiguration %}

View File

@ -11,10 +11,10 @@ footer: true
Keeps track which switches are in your environment, their state and allows you to control them. Keeps track which switches are in your environment, their state and allows you to control them.
* Maintains a state per switch and a combined state `all_switches`. - Maintains a state per switch and a combined state `all_switches`.
* Registers services `switch.turn_on`, `switch.turn_off`, and `switch.toggle` to control switches. - Registers services `switch.turn_on`, `switch.turn_off`, and `switch.toggle` to control switches.
### {% linkable_title Use the services %} ## {% linkable_title Use the services %}
In the frontend open the sidebar. At the bottom, under **Developer Tools**, click **Services**. From the Service dropdown menu choose `switch.turn_on` or `switch.turn_off` from the list of available services. In the Entity dropdown menu choose or enter the entity ID you want to work with. This will enter something like the sample below into the **Service Data** field. Now hit **CALL SERVICE**. In the frontend open the sidebar. At the bottom, under **Developer Tools**, click **Services**. From the Service dropdown menu choose `switch.turn_on` or `switch.turn_off` from the list of available services. In the Entity dropdown menu choose or enter the entity ID you want to work with. This will enter something like the sample below into the **Service Data** field. Now hit **CALL SERVICE**.
@ -24,4 +24,4 @@ In the frontend open the sidebar. At the bottom, under **Developer Tools**, clic
| Service data attribute | Optional | Description | | Service data attribute | Optional | Description |
| ---------------------- | -------- | ----------- | | ---------------------- | -------- | ----------- |
| `entity_id` | yes | Only act on a specific switch. Otherwise it targets all switches. | `entity_id` | yes | Only act on a specific switch. Otherwise, it targets all switches.

View File

@ -12,7 +12,6 @@ ha_category: Switch
ha_iot_class: "Local Polling" ha_iot_class: "Local Polling"
--- ---
The `mfi` switch platform to allow you to control [mFi Controllable Power Outlets](https://www.ubnt.com/mfi/mpower/). The `mfi` switch platform to allow you to control [mFi Controllable Power Outlets](https://www.ubnt.com/mfi/mpower/).
## {% linkable_title Configuration %} ## {% linkable_title Configuration %}

View File

@ -13,7 +13,6 @@ ha_release: pre 0.7
ha_iot_class: "Local Push" ha_iot_class: "Local Push"
--- ---
The `modbus` switch platform allows you to control [Modbus](http://www.modbus.org/) coils or registers. The `modbus` switch platform allows you to control [Modbus](http://www.modbus.org/) coils or registers.
## {% linkable_title Configuration %} ## {% linkable_title Configuration %}