mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 19:57:07 +00:00
Run pyupgrade on homekit config_flow (#53180)
- The original PR was run though the CI before the new pyupgrade
This commit is contained in:
parent
bf0b19b05e
commit
f51cb110d3
@ -115,7 +115,7 @@ _EMPTY_ENTITY_FILTER = {
|
||||
async def _async_name_to_type_map(hass: HomeAssistant) -> dict[str, str]:
|
||||
"""Create a mapping of types of devices/entities HomeKit can support."""
|
||||
integrations = await asyncio.gather(
|
||||
*[async_get_integration(hass, domain) for domain in SUPPORTED_DOMAINS],
|
||||
*(async_get_integration(hass, domain) for domain in SUPPORTED_DOMAINS),
|
||||
return_exceptions=True,
|
||||
)
|
||||
name_to_type_map = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user