# TP-Link Account Credentials for Testing # Copy this file to .env and fill in your credentials # Your TP-Link account email TPLINK_EMAIL=your-email@example.com # Your TP-Link account password TPLINK_PASSWORD=your-password # Test device IPs (optional) TEST_KASA_IP=192.168.1.100 TEST_TAPO_IP=192.168.1.101 # Test options DISCOVERY_TIMEOUT=5000 INCLUDE_KASA=true INCLUDE_TAPO=true