mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Add support for matching the zeroconf model property (#58922)
This commit is contained in:
@@ -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),
|
||||
}
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user