Skip to content

Commit 4a70183

Browse files
raman325claude
andcommitted
Remove stale TODO: providers now return all occupied slots
PR #988 made Matter and Virtual providers return all occupied slots, so the limitation comment is no longer accurate. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Entire-Checkpoint: 333c8bb88ffd
1 parent 0e2645d commit 4a70183

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

custom_components/lock_code_manager/config_flow.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,6 @@ async def _async_get_unmanaged_codes(
172172
exc_info=True,
173173
)
174174
continue
175-
# TODO: Matter and Virtual providers currently only return slots
176-
# managed by an LCM config entry. A follow-up PR will make them
177-
# return all occupied slots (matching Z-Wave behavior) so unmanaged
178-
# codes are detected here.
179175
managed_slots = {
180176
int(s)
181177
for entry in hass.config_entries.async_entries(DOMAIN)

0 commit comments

Comments
 (0)