home-assistant.io/source/_components/recswitch.markdown
Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00

974 B

title description logo ha_release ha_category ha_iot_class redirect_from
Ankuoo Rec Switch Instructions on how to integrate Ankuoo Rec Switch into Home Assistant. ankuoo_recswitch.png 0.81
Switch
Local Polling
/components/switch.recswitch/

The recswitch switch platform allows you to control the Ankuoo Rec Switch devices.

Supported devices (tested):

  • Ankuoo RecSwitch MS6126
  • Lumitek CSW201 NEO WiFi
  • MALMBERGS CSW201

Configuration

To enable this switch, add the following lines to your configuration.yaml:

# Example configuration.yaml entry
switch:
  - platform: recswitch
    host: 'IP_ADDRESS'
    mac: 'MAC_ADDRESS'

{% configuration %} host: description: IP address or hostname of the device. required: true type: string mac: description: MAC address of the device. required: true type: string name: description: Name to use in the frontend. required: false type: string {% endconfiguration %}