Ersetze tapo durch PyP100

- Ersetzt tapo==0.8.1 mit PyP100==0.0.19 in requirements.txt
- Ändert Import von ApiClient zu PyP100
- Implementiert TapoControl Klasse neu mit PyP100 API
- Entfernt async/await-Aufrufe, da PyP100 synchrone API benutzt

🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
root
2025-03-12 10:48:23 +01:00
parent f3cd2ba730
commit ea4b903d63
2 changed files with 29 additions and 29 deletions

View File

@ -4,4 +4,4 @@ pyjwt==2.8.0
python-dotenv==1.0.0
werkzeug==2.3.7
gunicorn==21.2.0
tapo==0.8.1
PyP100==0.0.19