Set PARALLEL_UPDATES in LG webOS TV (#135135)

This commit is contained in:
Shay Levy 2025-01-08 23:08:13 +02:00 committed by GitHub
parent 4129697dd9
commit d06cd1ad3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 1 deletions

View File

@ -68,6 +68,7 @@ SUPPORT_WEBOSTV_VOLUME = (
MIN_TIME_BETWEEN_SCANS = timedelta(seconds=10) MIN_TIME_BETWEEN_SCANS = timedelta(seconds=10)
MIN_TIME_BETWEEN_FORCED_SCANS = timedelta(seconds=1) MIN_TIME_BETWEEN_FORCED_SCANS = timedelta(seconds=1)
PARALLEL_UPDATES = 0
SCAN_INTERVAL = timedelta(seconds=10) SCAN_INTERVAL = timedelta(seconds=10)

View File

@ -16,6 +16,8 @@ from .const import ATTR_CONFIG_ENTRY_ID, DATA_CONFIG_ENTRY, DOMAIN, WEBOSTV_EXCE
_LOGGER = logging.getLogger(__name__) _LOGGER = logging.getLogger(__name__)
PARALLEL_UPDATES = 0
async def async_get_service( async def async_get_service(
hass: HomeAssistant, hass: HomeAssistant,

View File

@ -37,7 +37,7 @@ rules:
entity-unavailable: todo entity-unavailable: todo
integration-owner: done integration-owner: done
log-when-unavailable: todo log-when-unavailable: todo
parallel-updates: todo parallel-updates: done
reauthentication-flow: done reauthentication-flow: done
test-coverage: todo test-coverage: todo