Python TCP Client
- 
					
					
					
					
 Hi, I have created a TCP Client in Python that responds to button clicks from the Flic Hub. My idea was to create an Integration to HomeAssistant, but I haven't had the time to finish it. So I wanted to share the python tcp client for other people to use and improve. Pull requests and feedback is appriciated  You can find the repository here 
 https://github.com/JohNan/pyflichub-tcpclient
- 
					
					
					
					
 This is what I ended up doing: https://community.flic.io/topic/18102/a-flexible-hub-running-on-a-pi-zero 
- 
					
					
					
					
 This looks great. My use case is a little different. I want a machine on my network to activate some code when it sees that I am issuing commands to a device via the flic. I have some perl that switches inputs on a device. Ideally the hub would do it, but the this is the quick and dirty way. Anyway, thanks for sharing. If I get things working I'll give a better explanation of what I'm doing  
