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:
Paulus Schoutsen 2020-02-04 15:30:15 -08:00 committed by GitHub
parent 2c439af165
commit e970177eeb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 211 additions and 193 deletions

View file

@ -22,6 +22,8 @@ from . import (
_LOGGER = logging.getLogger(__name__)
PARALLEL_UPDATES = 0
PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend(
{
vol.Optional(