You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
✅ Button coordinator listener - Now uses cached WAN status from hass.data instead of making blocking API calls
✅ Health sensor properties - Caches controller type and site info at initialization to avoid blocking HTTP requests
✅ Version bumped to 3.1.2
✅ Supports both HTTP and HTTPS connections properly
✅ Handles SSL verification with both signed and self-signed certificates
✅ Includes retry strategy for better reliability
✅ Fixes the blocking call warnings
✅ Version bumped to 3.1.1
Fix config flow options initialization
- Accept config_entry parameter in __init__ without storing it
- Parent class provides config_entry automatically via property
- Fixes TypeError: UniFiSpeedTestOptionsFlow() takes no arguments
- Avoids deprecated warning by not setting self.config_entry explicitly