mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +00:00
Limit parallel requests in fibaro light (#71762)
This commit is contained in:
parent
8549af3855
commit
2b637f71fa
@ -23,6 +23,8 @@ from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
||||
from . import FIBARO_DEVICES, FibaroDevice
|
||||
from .const import DOMAIN
|
||||
|
||||
PARALLEL_UPDATES = 2
|
||||
|
||||
|
||||
def scaleto255(value: int | None) -> int:
|
||||
"""Scale the input value from 0-100 to 0-255."""
|
||||
|
Loading…
x
Reference in New Issue
Block a user