Skip to content

Commit 95ce02b

Browse files
committed
Simplify comment.
1 parent 2c31c2b commit 95ce02b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

custom_components/skelly_ultra/__init__.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,7 @@ async def _initialize_device() -> None:
8686
)
8787
return
8888

89-
# Perform initial coordinator refresh
90-
# Use async_refresh instead of async_config_entry_first_refresh
91-
# because the config entry is already loaded at this point
92-
# Don't use async_request_refresh as it has a 2-second debounce delay
89+
# Perform immediate initial coordinator refresh after successful connection
9390
try:
9491
await coordinator.async_refresh()
9592
except Exception:

0 commit comments

Comments
 (0)