Google assistant skip missing type (#23174)
* Skip entity if no device type found * Add test for potentially skipped binary sensors * Reorg code, add tests to ensure all exposed things have types * Lint * Fix tests * Lint
This commit is contained in:
parent
ce8ec3acb1
commit
4a2a130bfa
9 changed files with 285 additions and 240 deletions
|
@ -38,7 +38,7 @@ from .const import (
|
|||
ERR_NOT_SUPPORTED,
|
||||
ERR_FUNCTION_NOT_SUPPORTED,
|
||||
)
|
||||
from .helpers import SmartHomeError
|
||||
from .error import SmartHomeError
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue