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 a1c60ad commit c0b094bCopy full SHA for c0b094b
custom_components/battery_notes/coordinator.py
@@ -308,7 +308,8 @@ def _link_to_source(self) -> bool: # noqa: PLR0912
308
DOMAIN,
309
f"missing_device_{self.subentry.subentry_id}",
310
data={
311
- "entry_id": self.subentry.subentry_id,
+ "entry_id": self.config_entry.entry_id,
312
+ "subentry_id": self.subentry.subentry_id,
313
"device_id": self.device_id,
314
"source_entity_id": self.source_entity_id,
315
},
0 commit comments