mirror of
https://github.com/home-assistant/core.git
synced 2025-11-12 12:30:31 +00:00
Alexa typing part 5 (smart_home) (#97918)
* smart_home * Fix test_disabled * Remove unused type ignore
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user