Add support for scanners that do not provide connectable devices (#77132)

This commit is contained in:
J. Nick Koston 2022-08-22 08:02:26 -10:00 committed by GitHub
parent 61ff1b786b
commit 3938015c93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
44 changed files with 1088 additions and 385 deletions

View file

@ -197,6 +197,7 @@ MANIFEST_SCHEMA = vol.Schema(
vol.Optional("bluetooth"): [
vol.Schema(
{
vol.Optional("connectable"): bool,
vol.Optional("service_uuid"): vol.All(str, verify_lowercase),
vol.Optional("service_data_uuid"): vol.All(str, verify_lowercase),
vol.Optional("local_name"): vol.All(str),