"""Library to handle connection with Switchbot.""" from __future__ import annotations DEFAULT_RETRY_COUNT = 3 DEFAULT_RETRY_TIMEOUT = 1 DEFAULT_SCAN_TIMEOUT = 5