Make sure Notion data storage conforms to standards (#57812)
This commit is contained in:
parent
fd49da37b8
commit
b6ed8ca206
3 changed files with 7 additions and 7 deletions
|
@ -119,7 +119,7 @@ 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]
|
||||
coordinator = hass.data[DOMAIN][entry.entry_id][DATA_COORDINATOR]
|
||||
|
||||
async_add_entities(
|
||||
[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue