Update manifest JSON schema for new quality scale (#131213)
parent
047b16ec96
commit
040a73421f
|
@ -308,7 +308,7 @@
|
|||
"quality_scale": {
|
||||
"description": "The quality scale of the integration.\nhttps://developers.home-assistant.io/docs/creating_integration_manifest/#integration-quality-scale",
|
||||
"type": "string",
|
||||
"enum": ["internal", "silver", "gold", "platinum"]
|
||||
"enum": ["bronze", "silver", "gold", "platinum", "internal", "legacy"]
|
||||
},
|
||||
"requirements": {
|
||||
"description": "The PyPI package requirements for the integration. The package has to be pinned to a specific version.\nhttps://developers.home-assistant.io/docs/creating_integration_manifest/#requirements",
|
||||
|
|
Loading…
Reference in New Issue