njobrien1006 / tplink_cloud

Tp-Link Kasa Cloud Polling API for HomeAssistant Integration.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TP-Link Kasa Clound Integration

Integration to communicate and change the state of Kasa Cloud Devices. Mostly intended for use with Outlet Plugs as we are using assumed state in conjunction with periodic Cloud Polling. Explicitly not intended to poll Kasa's Cloud for LightSwitch changes.

GitHub Release GitHub Activity License

hacs

Discord Community Forum

Component to integrate with [integration_api][Tp-Link Kasa].

This component will set up the following platforms.

Platform Description
switch Switch For Plugs True or False.

Device1

Installation

@@ -33,16 +29,10 @@ Platform | Description

Using your HA configuration directory (folder) as a starting point you should now also have this:

custom_components/integration_blueprint/translations/en.json
custom_components/integration_blueprint/__init__.py
custom_components/integration_blueprint/tplinkcloud.py
custom_components/integration_blueprint/binary_sensor.py
custom_components/integration_blueprint/config_flow.py
custom_components/integration_blueprint/const.py
custom_components/integration_blueprint/manifest.json
custom_components/integration_blueprint/switch.py

Configuration is done in the UI

Contributions are welcome!

If you want to contribute to this please read the Contribution guidelines


About

Tp-Link Kasa Cloud Polling API for HomeAssistant Integration.

License:MIT License


Languages

Language:Python 100.0%