forked from home-assistant/core
Silence mypy
This commit is contained in:
@@ -37,7 +37,7 @@ class DeviceAutomationTriggerProtocol(TriggerProtocol, Protocol):
|
|||||||
) -> dict[str, vol.Schema]:
|
) -> dict[str, vol.Schema]:
|
||||||
"""List trigger capabilities."""
|
"""List trigger capabilities."""
|
||||||
|
|
||||||
async def async_get_triggers(
|
async def async_get_triggers( # type: ignore[override]
|
||||||
self, hass: HomeAssistant, device_id: str
|
self, hass: HomeAssistant, device_id: str
|
||||||
) -> list[dict[str, Any]]:
|
) -> list[dict[str, Any]]:
|
||||||
"""List triggers."""
|
"""List triggers."""
|
||||||
|
Reference in New Issue
Block a user