Improve device trigger type hinting (#54907)
This commit is contained in:
parent
bfb6eaf6f3
commit
0095c6baeb
26 changed files with 153 additions and 43 deletions
|
@ -69,7 +69,7 @@ async def async_validate_trigger_config(
|
|||
|
||||
async def async_get_triggers(
|
||||
hass: HomeAssistant, device_id: str
|
||||
) -> list[dict[str, str]]:
|
||||
) -> list[dict[str, Any]]:
|
||||
"""List device triggers for Shelly devices."""
|
||||
triggers = []
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue