Skip to content

Commit bcbf39a

Browse files
Add config_entry to super init (#3600)
1 parent f1ca6af commit bcbf39a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/battery_notes/coordinator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def __init__(
121121
config_entry: BatteryNotesConfigEntry,
122122
):
123123
"""Initialize."""
124-
super().__init__(hass, _LOGGER, name=DOMAIN)
124+
super().__init__(hass, _LOGGER, config_entry=config_entry, name=DOMAIN)
125125

126126
self.reset_jobs: list[CALLBACK_TYPE] = []
127127

0 commit comments

Comments
 (0)