Apply suggestion from @pfps

Lightspeed receivers don't appear to re-pair.
This commit is contained in:
Peter F. Patel-Schneider 2026-04-17 09:10:23 -04:00 committed by GitHub
parent f6f836f413
commit 58ae451461
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ def _lightspeed_receiver(product_id: int) -> dict:
"receiver_kind": "lightspeed",
"name": _("Lightspeed Receiver"),
"may_unpair": True,
"re_pairs": True,
"re_pairs": False,
}