add link to kodi webinterface
This commit is contained in:
parent
ca2bef4248
commit
060dfa61d8
1 changed files with 6 additions and 0 deletions
|
|
@ -1279,6 +1279,12 @@ const config: Config = {
|
|||
icon: svg(icons.mdiPower),
|
||||
on: "2",
|
||||
off: "0",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
link: "http://192.168.0.10:8080/",
|
||||
text: "Open Webinterface",
|
||||
icon: svg(icons.mdiOpenInNew)
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue