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.
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 . |
@@ -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
If you want to contribute to this please read the Contribution guidelines