Use entity.async_request_call in service helper (#31454)
* Use entity.async_request_call in service helper * Clean up semaphore handling * Address comments * Simplify call entity service helper * Fix stupid rflink test
This commit is contained in:
parent
2c439af165
commit
e970177eeb
8 changed files with 211 additions and 193 deletions
|
@ -23,6 +23,8 @@ from . import (
|
|||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
PARALLEL_UPDATES = 0
|
||||
|
||||
TYPE_STANDARD = "standard"
|
||||
TYPE_INVERTED = "inverted"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue