{
  "i18n": true,
  "type": "tabs",
  "items": {
    "_main": {
      "type": "panel",
      "label": "tabMain",
      "items": {
        "_docLinkDe": {
          "type": "staticLink",
          "href": "https://github.com/krobipd/ioBroker.govee-smart/wiki/Startseite",
          "label": "docLinkLabelDe",
          "button": true,
          "variant": "outlined",
          "color": "primary",
          "xs": 12,
          "sm": 6,
          "md": 4,
          "lg": 4,
          "xl": 4
        },
        "_docLinkEn": {
          "type": "staticLink",
          "href": "https://github.com/krobipd/ioBroker.govee-smart/wiki/Home",
          "label": "docLinkLabelEn",
          "button": true,
          "variant": "outlined",
          "color": "primary",
          "xs": 12,
          "sm": 6,
          "md": 4,
          "lg": 4,
          "xl": 4
        },
        "_connectionCard": {
          "newLine": true,
          "type": "custom",
          "i18n": true,
          "url": "custom/customComponents.js",
          "name": "ConfigCustomGoveeSegmentSet/Components/ConnectionConfig",
          "guiApi": 2,
          "xs": 12,
          "sm": 12,
          "md": 12,
          "lg": 12,
          "xl": 12
        },
        "_advancedHeader": {
          "newLine": true,
          "type": "header",
          "text": "advancedHeader",
          "size": 5
        },
        "networkInterface": {
          "type": "ip",
          "label": "networkInterfaceLabel",
          "tooltip": "networkInterfaceTooltip",
          "onlyIp4": true,
          "noInternal": true,
          "listenOnAllPorts": true,
          "xs": 12,
          "sm": 12,
          "md": 6,
          "lg": 6,
          "xl": 6
        },
        "_advancedInfo": {
          "newLine": true,
          "type": "staticText",
          "text": "experimentalQuirksInfo",
          "xs": 12,
          "sm": 12,
          "md": 12,
          "lg": 12,
          "xl": 12,
          "style": {
            "fontSize": 14,
            "marginBottom": 8
          }
        },
        "experimentalQuirks": {
          "type": "checkbox",
          "label": "experimentalQuirksLabel",
          "tooltip": "experimentalQuirksTooltip",
          "xs": 12,
          "sm": 12,
          "md": 8,
          "lg": 6,
          "xl": 6
        },
        "_supportHeader": {
          "newLine": true,
          "type": "header",
          "text": "supportHeader",
          "size": 5
        },
        "_aboutInfo": {
          "type": "staticText",
          "text": "aboutInfo",
          "xs": 12,
          "sm": 12,
          "md": 12,
          "lg": 12,
          "xl": 12,
          "style": {
            "fontSize": 14,
            "marginBottom": 16
          }
        },
        "_kofiLink": {
          "type": "staticLink",
          "href": "https://ko-fi.com/krobipd",
          "label": "donateKofi",
          "button": true,
          "variant": "outlined",
          "color": "primary",
          "xs": 12,
          "sm": 6,
          "md": 4,
          "lg": 4,
          "xl": 4
        },
        "_paypalLink": {
          "type": "staticLink",
          "href": "https://paypal.me/krobipd",
          "label": "donatePaypal",
          "button": true,
          "variant": "outlined",
          "color": "primary",
          "xs": 12,
          "sm": 6,
          "md": 4,
          "lg": 4,
          "xl": 4
        }
      }
    },
    "_expert": {
      "type": "panel",
      "label": "tabExpert",
      "items": {
        "_expertPanel": {
          "type": "custom",
          "i18n": true,
          "url": "custom/customComponents.js",
          "name": "ConfigCustomGoveeSegmentSet/Components/ExpertConfig",
          "guiApi": 2,
          "xs": 12,
          "sm": 12,
          "md": 12,
          "lg": 12,
          "xl": 12
        }
      }
    }
  }
}
