Skip to content

Commit

Permalink
Update io-package.json
Browse files Browse the repository at this point in the history
trying to fix #519
  • Loading branch information
Garfonso committed Apr 26, 2024
1 parent 3b53746 commit 3e856e3
Showing 1 changed file with 21 additions and 14 deletions.
35 changes: 21 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
"zh-cn": "修正:时间戳显示的时间"
}
},
"title": "Visualization with Lovelace-UI",
"titleLang": {
"en": "Visualization with Lovelace-UI",
"de": "Visualisierung mit Lovelace-UI",
Expand Down Expand Up @@ -90,12 +89,18 @@
"bluefox <[email protected]>"
],
"keywords": [
"ioBroker",
"template",
"visualisation",
"lovelace",
"easy",
"What you see is what you get",
"Smart Home",
"home automation"
],
"license": "Apache-2.0",
"licenseInformation": {
"license": "Apache-2.0",
"link": "https://github.com/ioBroker/ioBroker.lovelace/blob/master/LICENSE",
"type":"free"
},
"platform": "Javascript/Node.js",
"tier": 3,
"icon": "lovelace.png",
Expand All @@ -112,14 +117,8 @@
"messagebox": true,
"connectionType": "local",
"dataSource": "push",
"localLink": "%protocol%://%ip%:%port%/",
"welcomeScreen1": {
"link": "",
"name": "Lovelace",
"img": "lovelace/icons/favicon-192x192.png",
"color": "#03a9f4",
"order": 2,
"localLink": true
"localLinks": {
"_default": "%protocol%://%ip%:%port%/"
},
"messages": [
{
Expand Down Expand Up @@ -241,14 +240,22 @@
"admin": ">=5.1.28"
}
],
"welcomeScreenPro": {
"welcomeScreenPro": [{
"link": "lovelace/",
"name": "Lovelace",
"img": "lovelace.admin/lovelace.png",
"color": "#03a9f4",
"order": 6,
"localLink": true
}
}],
"welcomeScreen": [{
"link": "lovelace/",
"name": "Lovelace",
"img": "lovelace.admin/lovelace.png",
"color": "#03a9f4",
"order": 6,
"localLink": true
}]
},
"native": {
"history": "",
Expand Down

0 comments on commit 3e856e3

Please sign in to comment.