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 2c31c2b commit 95ce02bCopy full SHA for 95ce02b
custom_components/skelly_ultra/__init__.py
@@ -86,10 +86,7 @@ async def _initialize_device() -> None:
86
)
87
return
88
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
+ # Perform immediate initial coordinator refresh after successful connection
93
try:
94
await coordinator.async_refresh()
95
except Exception:
0 commit comments