Inline primary integration (#119860)
This commit is contained in:
parent
4be3b53143
commit
eb89ce47ea
74 changed files with 787 additions and 1416 deletions
|
@ -337,7 +337,7 @@ class ProtectData:
|
|||
|
||||
@callback
|
||||
def async_ufp_instance_for_config_entry_ids(
|
||||
hass: HomeAssistant, config_entry_ids: set[str]
|
||||
hass: HomeAssistant, config_entry_ids: list[str]
|
||||
) -> ProtectApiClient | None:
|
||||
"""Find the UFP instance for the config entry ids."""
|
||||
return next(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue