Add manifest support for homekit discovery (#24225)
* Add manifest support for homekit discovery * Add a space after model check * Update comment
This commit is contained in:
parent
18286dbf4b
commit
3c1cdecb88
7 changed files with 169 additions and 32 deletions
|
@ -17,6 +17,9 @@ MANIFEST_SCHEMA = vol.Schema({
|
|||
vol.Optional('manufacturer'): [str],
|
||||
vol.Optional('device_type'): [str],
|
||||
}),
|
||||
vol.Optional('homekit'): vol.Schema({
|
||||
vol.Optional('models'): [str],
|
||||
}),
|
||||
vol.Required('documentation'): str,
|
||||
vol.Required('requirements'): [str],
|
||||
vol.Required('dependencies'): [str],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue