2022-03-30 21:50:39 +02:00

972 B

title description ha_release ha_category ha_iot_class ha_domain ha_platforms ha_integration_type
Ankuoo REC Switch Instructions on how to integrate Ankuoo REC Switch into Home Assistant. 0.81
Switch
Local Polling recswitch
switch
integration

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 %}