mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Complete adding custom integration action sections support to hassfest (#132443)
This commit is contained in:
@ -77,6 +77,8 @@ CUSTOM_INTEGRATION_FIELD_SCHEMA = CORE_INTEGRATION_FIELD_SCHEMA.extend(
|
||||
|
||||
CUSTOM_INTEGRATION_SECTION_SCHEMA = vol.Schema(
|
||||
{
|
||||
vol.Optional("description"): str,
|
||||
vol.Optional("name"): str,
|
||||
vol.Optional("collapsed"): bool,
|
||||
vol.Required("fields"): vol.Schema({str: CUSTOM_INTEGRATION_FIELD_SCHEMA}),
|
||||
}
|
||||
|
Reference in New Issue
Block a user