mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 11:18:00 +02:00
Add parallel updates setting to Bang & Olufsen Event platform (#135850)
This commit is contained in:
@ -19,6 +19,8 @@ from .const import (
|
|||||||
)
|
)
|
||||||
from .entity import BangOlufsenEntity
|
from .entity import BangOlufsenEntity
|
||||||
|
|
||||||
|
PARALLEL_UPDATES = 0
|
||||||
|
|
||||||
|
|
||||||
async def async_setup_entry(
|
async def async_setup_entry(
|
||||||
hass: HomeAssistant,
|
hass: HomeAssistant,
|
||||||
|
Reference in New Issue
Block a user