mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 13:45:12 +02:00
Add parallel updates setting to Bang & Olufsen (#131526)
This commit is contained in:
@@ -86,6 +86,8 @@ from .const import (
|
|||||||
from .entity import BangOlufsenEntity
|
from .entity import BangOlufsenEntity
|
||||||
from .util import get_serial_number_from_jid
|
from .util import get_serial_number_from_jid
|
||||||
|
|
||||||
|
PARALLEL_UPDATES = 0
|
||||||
|
|
||||||
SCAN_INTERVAL = timedelta(seconds=30)
|
SCAN_INTERVAL = timedelta(seconds=30)
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
Reference in New Issue
Block a user