mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 09:38:21 +00:00
Silence mypy
This commit is contained in:
parent
56506f259a
commit
c2a011b16f
@ -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."""
|
||||
|
Loading…
x
Reference in New Issue
Block a user