Silence mypy

pull/144885/head
Erik 2025-05-14 08:21:11 +02:00
parent 56506f259a
commit c2a011b16f
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class DeviceAutomationTriggerProtocol(TriggerProtocol, Protocol):
) -> dict[str, vol.Schema]:
"""List trigger capabilities."""
async def async_get_triggers(
async def async_get_triggers( # type: ignore[override]
self, hass: HomeAssistant, device_id: str
) -> list[dict[str, Any]]:
"""List triggers."""