Add support for matching the zeroconf model property (#58922)
This commit is contained in:
parent
ddf0941275
commit
b75476e844
3 changed files with 62 additions and 0 deletions
|
@ -187,6 +187,7 @@ MANIFEST_SCHEMA = vol.Schema(
|
|||
str, verify_uppercase, verify_wildcard
|
||||
),
|
||||
vol.Optional("manufacturer"): vol.All(str, verify_lowercase),
|
||||
vol.Optional("model"): vol.All(str, verify_lowercase),
|
||||
vol.Optional("name"): vol.All(str, verify_lowercase),
|
||||
}
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue