We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f804134 commit e51e58fCopy full SHA for e51e58f
custom_components/calendar_event/__init__.py
@@ -68,7 +68,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
68
async_create_issue(
69
hass,
70
DOMAIN,
71
- f"{ISSUE_MISSING_CALENDAR_ENTITY}_{entry.options[CONF_CALENDAR_ENTITY_ID]}",
+ f"{ISSUE_MISSING_CALENDAR_ENTITY}_{entry.entry_id}",
72
is_fixable=True,
73
severity=IssueSeverity.ERROR,
74
translation_key="missing_calendar_entity",
0 commit comments