Add support for scanners that do not provide connectable devices (#77132)
This commit is contained in:
parent
61ff1b786b
commit
3938015c93
44 changed files with 1088 additions and 385 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue