Hey guys! So, as many of you I found that TP-Link devices (lights, strips and power plugs in my case) are not working using local API after TP-Link updated the firmware. After migrating those devices to Home Assistant I started looking for an easy integration using Kasa Cloud but couldn’t find anything that was easy to plug into HA.
This made me start working on my own integration using bash scripts taht you can find here:
https://github.com/michalmoczynski/homeassistant-tplink-integration
Currently it supports light (more coming soon). I utilizes light template and bash scripts for setting device parameters in the cloud. Also file type sensors are used to update UI state in HA.
Give it a go and let me know what you think. All feedback is welcome!