Limit parallel requests in fibaro light (#71762)
This commit is contained in:
parent
8549af3855
commit
2b637f71fa
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue