Add parallel updates to SamsungTV (#142403)

This commit is contained in:
Simone Chemelli 2025-04-06 18:25:57 +02:00 committed by GitHub
parent e96f2f06fb
commit bea389eed7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View File

@ -59,6 +59,9 @@ SUPPORT_SAMSUNGTV = (
# Max delay waiting for app_list to return, as some TVs simply ignore the request
APP_LIST_DELAY = 3
# Coordinator is used to centralize the data updates
PARALLEL_UPDATES = 0
async def async_setup_entry(
hass: HomeAssistant,

View File

@ -13,6 +13,9 @@ from .const import LOGGER
from .coordinator import SamsungTVConfigEntry
from .entity import SamsungTVEntity
# Coordinator is used to centralize the data updates
PARALLEL_UPDATES = 0
async def async_setup_entry(
hass: HomeAssistant,