iobroker.accuweather
Version:
Weather forecast using AccuWeather API
97 lines • 1.84 kB
JSON
{
"type": "panel",
"i18n": true,
"items": {
"apiKeyEncrypted": {
"type": "password",
"label": "API Key",
"xs": 12,
"sm": 12,
"md": 6,
"lg": 4,
"xl": 3
},
"_api_help": {
"newLine": true,
"type": "staticText",
"text": "api_help",
"xs": 12,
"sm": 12,
"md": 12,
"lg": 12,
"xl": 12
},
"_api_help_button": {
"newLine": true,
"button": true,
"type": "staticLink",
"label": "REGISTER",
"href": "https://developer.accuweather.com/",
"variant": "outlined",
"xs": 12,
"sm": 12,
"md": 12,
"lg": 12,
"xl": 12
},
"loKey": {
"type": "text",
"newLine": true,
"label": "Location Key",
"xs": 12,
"sm": 12,
"md": 6,
"lg": 4,
"xl": 3
},
"_lo_help": {
"newLine": true,
"type": "staticText",
"text": "lo_help",
"xs": 12,
"sm": 12,
"md": 12,
"lg": 12,
"xl": 12
},
"_lo_help_button": {
"newLine": true,
"button": true,
"type": "staticLink",
"label": "GO",
"href": "https://accuweather.com/",
"variant": "outlined",
"xs": 12,
"sm": 12,
"md": 12,
"lg": 12,
"xl": 12
},
"metric": {
"newLine": true,
"type": "select",
"label": "metric",
"options": [
{"label": "Metric", "value": "Metric"},
{"label": "Imperial", "value": "Imperial"}
],
"default": "Metric",
"xs": 12,
"sm": 12,
"md": 6,
"lg": 4,
"xl": 3
},
"language": {
"newLine": true,
"type": "language",
"label": "Language",
"xs": 12,
"sm": 12,
"md": 6,
"lg": 4,
"xl": 3,
"system": true
}
}
}