mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Fix Zeroconf manifest schema in hassfest script (#49006)
This commit is contained in:
parent
e7a3308efa
commit
157c1d0ed2
@ -74,6 +74,7 @@ MANIFEST_SCHEMA = vol.Schema(
|
||||
{
|
||||
vol.Required("type"): str,
|
||||
vol.Optional("macaddress"): vol.All(str, verify_uppercase),
|
||||
vol.Optional("manufacturer"): vol.All(str, verify_lowercase),
|
||||
vol.Optional("name"): vol.All(str, verify_lowercase),
|
||||
}
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user