mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Increase huawei_lte scan interval to 30 seconds (#142533)
To follow what other similar integrations do, namely at least asuswrt and netgear. Refs https://developers.home-assistant.io/docs/core/integration-quality-scale/rules/appropriate-polling
This commit is contained in:
parent
74141c39ea
commit
67e7554702
@ -88,7 +88,7 @@ from .utils import get_device_macs, non_verifying_requests_session
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
SCAN_INTERVAL = timedelta(seconds=10)
|
||||
SCAN_INTERVAL = timedelta(seconds=30)
|
||||
|
||||
NOTIFY_SCHEMA = vol.Any(
|
||||
None,
|
||||
|
Loading…
x
Reference in New Issue
Block a user