mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 11:18:00 +02:00
Explictly set PARALLEL_UPDATES in ESPHome assist_satellite entity platform (#143068)
This commit is contained in:
@ -47,6 +47,8 @@ from .entry_data import ESPHomeConfigEntry, RuntimeEntryData
|
||||
from .enum_mapper import EsphomeEnumMapper
|
||||
from .ffmpeg_proxy import async_create_proxy_url
|
||||
|
||||
PARALLEL_UPDATES = 0
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
_VOICE_ASSISTANT_EVENT_TYPES: EsphomeEnumMapper[
|
||||
|
Reference in New Issue
Block a user