home-assistant.io/source/_components/recswitch.markdown
Franck Nijhof ebca3218c7
🔥Removes linkable_title everywhere (#9772)
* Automatically create linkable headers

* Visually improve position of linkable header chain icon

* Do not auto link  headers on homepage

* Remove linkable_title everywhere

* 🚑 Re-instante linkable_title plugin as NOOP
2019-07-04 19:08:27 +02:00

1.0 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_release, ha_category, ha_iot_class, redirect_from
layout title description date sidebar comments sharing footer logo ha_release ha_category ha_iot_class redirect_from
page Ankuoo Rec Switch Instructions on how to integrate Ankuoo Rec Switch into Home Assistant. 2018-10-05 08:00 true false true true 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 %}