mirror of
https://github.com/home-assistant/core.git
synced 2025-08-07 14:45:09 +02:00
Change ssdp scanning interval to 2 minutes (#64688)
This commit is contained in:
@@ -30,7 +30,7 @@ from homeassistant.helpers.typing import ConfigType
|
||||
from homeassistant.loader import async_get_ssdp, bind_hass
|
||||
|
||||
DOMAIN = "ssdp"
|
||||
SCAN_INTERVAL = timedelta(seconds=60)
|
||||
SCAN_INTERVAL = timedelta(minutes=2)
|
||||
|
||||
IPV4_BROADCAST = IPv4Address("255.255.255.255")
|
||||
|
||||
|
Reference in New Issue
Block a user