Add parallel updates to camera platform in Trafikverket Camera (#134298)

This commit is contained in:
G Johansson 2024-12-30 22:48:12 +01:00 committed by GitHub
parent b7541f098c
commit 820f04e1e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,6 +15,8 @@ from .const import ATTR_DESCRIPTION, ATTR_TYPE
from .coordinator import TVDataUpdateCoordinator
from .entity import TrafikverketCameraEntity
PARALLEL_UPDATES = 0
async def async_setup_entry(
hass: HomeAssistant,