/konke

控客小K 接入Home Assistant,支持最新版本HA 目前最新版本(0.103),相信未来的版本也可以支持。

Primary LanguagePythonApache License 2.0Apache-2.0

修改原插件为新版本Home Assistant支持,目前测试支持0.103版本。

Home Assistant component of Konke devices

Supported Devices

  • Mini K

Mini K

  • Mini Pro

Mini Pro

  • Smart Plug K(untested)

K

  • K2 Pro(untested)

K2

  • (cnct) intelliPLUG (Mini K us version, untested)

intelliPLUG

Install

copy the custom_components to your home-assistant config directory.

config

Add the following to your configuration.yaml file:

switch:
  - platform: konke
    name: switch_1
    host: 192.168.0.101
  - platform: konke
    name: switch_2
    host: 192.168.0.102

CONFIGURATION VARIABLES:

  • name (string)(Optional)The display name of the device

  • host (string)(Required)The host/IP address of the device.