mirror of
https://github.com/home-assistant/core.git
synced 2025-11-27 03:28:04 +00:00
Add missing type annotations to Notion (#52599)
This commit is contained in:
@@ -44,7 +44,7 @@ BINARY_SENSOR_TYPES = {
|
||||
|
||||
async def async_setup_entry(
|
||||
hass: HomeAssistant, entry: ConfigEntry, async_add_entities: AddEntitiesCallback
|
||||
):
|
||||
) -> None:
|
||||
"""Set up Notion sensors based on a config entry."""
|
||||
coordinator = hass.data[DOMAIN][DATA_COORDINATOR][entry.entry_id]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user