Add integration type (#68349)
This commit is contained in:
parent
4f9df1fd0f
commit
3213091b8d
9 changed files with 608 additions and 499 deletions
|
@ -152,6 +152,7 @@ MANIFEST_SCHEMA = vol.Schema(
|
|||
{
|
||||
vol.Required("domain"): str,
|
||||
vol.Required("name"): str,
|
||||
vol.Optional("integration_type"): "helper",
|
||||
vol.Optional("config_flow"): bool,
|
||||
vol.Optional("mqtt"): [str],
|
||||
vol.Optional("zeroconf"): [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue