Skip to content

Commit e51e58f

Browse files
WIP on repair
1 parent f804134 commit e51e58f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/calendar_event/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
6868
async_create_issue(
6969
hass,
7070
DOMAIN,
71-
f"{ISSUE_MISSING_CALENDAR_ENTITY}_{entry.options[CONF_CALENDAR_ENTITY_ID]}",
71+
f"{ISSUE_MISSING_CALENDAR_ENTITY}_{entry.entry_id}",
7272
is_fixable=True,
7373
severity=IssueSeverity.ERROR,
7474
translation_key="missing_calendar_entity",

0 commit comments

Comments
 (0)