mirror of
https://github.com/home-assistant/core.git
synced 2026-09-25 07:51:46 -05:00
Silence mypy
This commit is contained in:
@@ -48,7 +48,7 @@ class DeviceAutomationTriggerProtocol(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."""
|
||||
|
||||
Reference in New Issue
Block a user