Alexa typing part 5 (smart_home) (#97918)

* smart_home

* Fix test_disabled

* Remove unused type ignore
This commit is contained in:
Jan Bouwhuis 2023-08-08 11:48:50 +02:00 committed by GitHub
parent 1ee0c907b0
commit 0614702f98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 48 additions and 35 deletions

View file

@ -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,