{
    type: 'panel',
    label: 'Zigbee2MQTT',
    items: {
        _checkConfig: {
            // this component is not visible in the UI
            // it checks the configuration
            type: 'custom',
            bundlerType: 'module',
            i18n: true,
            url: 'custom/customComponents.js',
            name: 'ConfigCustomBackItUpSet/Components/CheckAllConfigInvisible',
        },
        _header: {
            type: 'header',
            size: 2,
            text: 'Zigbee2MQTT',
            xs: 12,
            sm: 12,
            md: 12,
            lg: 12,
            xl: 12,
        },
        zigbee2mqttPath: {
            newLine: true,
            xs: 12,
            sm: 12,
            md: 6,
            lg: 4,
            xl: 4,
            type: 'text',
            label: 'Zigbee2MQTT file path',
        },
    },
}
