Adjust device_automation type hints in homekit_controller (#72130)
This commit is contained in:
parent
f144b518b2
commit
1d6e404512
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ def async_fire_triggers(conn: HKDevice, events: dict[tuple[int, int], Any]):
|
|||
|
||||
async def async_get_triggers(
|
||||
hass: HomeAssistant, device_id: str
|
||||
) -> list[dict[str, Any]]:
|
||||
) -> list[dict[str, str]]:
|
||||
"""List device triggers for homekit devices."""
|
||||
|
||||
if device_id not in hass.data.get(TRIGGERS, {}):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue