mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
Fix Shelly triggers type hints (#72146)
This commit is contained in:
parent
9be7b02613
commit
bad245a856
@ -54,7 +54,7 @@ TRIGGER_SCHEMA: Final = DEVICE_TRIGGER_BASE_SCHEMA.extend(
|
||||
|
||||
|
||||
def append_input_triggers(
|
||||
triggers: list[dict[str, Any]],
|
||||
triggers: list[dict[str, str]],
|
||||
input_triggers: list[tuple[str, str]],
|
||||
device_id: str,
|
||||
) -> None:
|
||||
|
Loading…
x
Reference in New Issue
Block a user