Alexa typing part 5 (smart_home) (#97918)
* smart_home * Fix test_disabled * Remove unused type ignore
This commit is contained in:
parent
1ee0c907b0
commit
0614702f98
3 changed files with 48 additions and 35 deletions
|
@ -230,7 +230,7 @@ class CloudClient(Interface):
|
|||
"""Process cloud alexa message to client."""
|
||||
cloud_user = await self._prefs.get_cloud_user()
|
||||
aconfig = await self.get_alexa_config()
|
||||
return await alexa_smart_home.async_handle_message( # type: ignore[no-any-return, no-untyped-call]
|
||||
return await alexa_smart_home.async_handle_message(
|
||||
self._hass,
|
||||
aconfig,
|
||||
payload,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue