Skip to content
Snippets Groups Projects
Commit dbe36693 authored by Erik Montnemery's avatar Erik Montnemery Committed by Ville Skyttä
Browse files

Fix typing for device condition scaffold (#27487)

parent 22eaff98
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ CONDITION_SCHEMA = DEVICE_CONDITION_BASE_SCHEMA.extend(
)
async def async_get_conditions(hass: HomeAssistant, device_id: str) -> List[str]:
async def async_get_conditions(hass: HomeAssistant, device_id: str) -> List[dict]:
"""List device conditions for NEW_NAME devices."""
registry = await entity_registry.async_get_registry(hass)
conditions = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment