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