✏️ 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

@ -14,7 +14,7 @@ ha_release: 0.34
The `hook` component allows you to control the [Hook Smart Home Hub](http://www.hooksmarthome.com/) from within Home Assistant. The `hook` component allows you to control the [Hook Smart Home Hub](http://www.hooksmarthome.com/) from within Home Assistant.
Hook allows you to control cheap mains electrical outlets, like these ones at [Amazon](https://www.amazon.com/Etekcity-Wireless-Electrical-Household-Appliances/dp/B00DQELHBS). Hook allows you to control cheap mains electrical outlets, like these ones at [Amazon](https://www.amazon.com/Etekcity-Wireless-Electrical-Household-Appliances/dp/B00DQELHBS).
In short, Hook is an RF to Wi-Fi bridge, controlling devices that receive commands at 315MHz and 433MHz. Unfortunately, this does not allow Hook to determine if the command was successful, so the state is assumed. In short, Hook is an RF to Wi-Fi bridge, controlling devices that receive commands at 315MHz and 433MHz. Unfortunately, this does not allow Hook to determine if the command was successful, so the state is assumed.
@ -28,7 +28,7 @@ To enable this platform in your installation, add the following to your `configu
```yaml ```yaml
# Example configuration.yaml entry # Example configuration.yaml entry
switch: switch:
- platform: hook - platform: hook
username: YOUR_E_MAIL_ADDRESS username: YOUR_E_MAIL_ADDRESS
password: YOUR_HOOK password: YOUR_HOOK

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:
@ -32,7 +34,7 @@ ihc:
- url: 'http://192.168.1.3' - url: 'http://192.168.1.3'
username: YOUR_USERNAME username: YOUR_USERNAME
password: YOUR_PASSWORD password: YOUR_PASSWORD
info: true info: true
switch: switch:
- id: 12345 - id: 12345
- id: 12346 - id: 12346

View File

@ -1,7 +1,7 @@
--- ---
layout: page layout: page
title: "Insteon Switch" title: "Insteon Switch"
description: "Instructions on how to setup the Insteon switches locally within Home Assistant." description: "Instructions on how to set up the Insteon switches locally within Home Assistant."
date: 2018-08-20 16:00 date: 2018-08-20 16:00
sidebar: true sidebar: true
comments: false comments: false
@ -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

@ -15,5 +15,4 @@ 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

@ -1,7 +1,7 @@
--- ---
layout: page layout: page
title: "Switches" title: "Switches"
description: "Instructions on how to setup your switches with Home Assistant." description: "Instructions on how to set up your switches with Home Assistant."
date: 2015-01-24 14:39 date: 2015-01-24 14:39
sidebar: true sidebar: true
comments: false comments: false
@ -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 %}