Tuxedo Touch Controller with HA

Ok, so I made some code changes that seem to work. I’ll do a PR to the Github repo, but for now if you want to do it yourself here is what you can try:

I added Line 78:

requests.packages.urllib3.util.ssl_.DEFAULT_CIPHERS = 'ALL:@SECLEVEL=1'

I modified lines 262-267 to this:

            headers={
                "authtoken": authtoken,
                "identity": self._api_iv_enc,
                "PRAGMA": "no-cache",
                "CACHE_CONTROL": "no-cache",
            },