Skip to content

Commit 969aa4d

Browse files
committed
Clean up wave3 implementation
1 parent b297cf4 commit 969aa4d

File tree

11 files changed

+511
-346
lines changed

11 files changed

+511
-346
lines changed

custom_components/ef_ble/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,6 @@ async def async_setup_entry(hass: HomeAssistant, entry: DeviceConfigEntry) -> bo
145145
_LOGGER.debug("Creating entities")
146146
await hass.config_entries.async_forward_entry_setups(entry, PLATFORMS)
147147

148-
if hasattr(device, "request_full_upload"):
149-
await device.request_full_upload()
150-
151148
_LOGGER.debug("Setup done")
152149
entry.async_on_unload(entry.add_update_listener(_update_listener))
153150

0 commit comments

Comments
 (0)