mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 10:17:09 +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(
|
def append_input_triggers(
|
||||||
triggers: list[dict[str, Any]],
|
triggers: list[dict[str, str]],
|
||||||
input_triggers: list[tuple[str, str]],
|
input_triggers: list[tuple[str, str]],
|
||||||
device_id: str,
|
device_id: str,
|
||||||
) -> None:
|
) -> None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user