b635fdb981
change copilot to mqtt Signed-off-by: Peter Siegmund <developer@mars3142.org>
93 lines
2.6 KiB
JSON
93 lines
2.6 KiB
JSON
{
|
|
"Version": "1.0.0",
|
|
"Author": "mars3142",
|
|
"Name": "mars3142 Collection",
|
|
"Description": "A collection of plugins by mars3142.",
|
|
"Icon": "assets/icons/icon.png",
|
|
"Category": "mars3142",
|
|
"CategoryIcon": "assets/icons/icon.png",
|
|
"CodePath": "plugin/app.html",
|
|
"Type": "JavaScript",
|
|
"PrivateAPI": true,
|
|
"UUID": "dev.mars3142.ulanzideck.collection",
|
|
"Actions": [
|
|
{
|
|
"Name": "Petrol Watch",
|
|
"Icon": "assets/icons/petrol.svg",
|
|
"PropertyInspectorPath": "property-inspector/petrol/inspector.html",
|
|
"States": [
|
|
{
|
|
"Name": "Default",
|
|
"Image": "assets/icons/petrol.svg"
|
|
}
|
|
],
|
|
"Tooltip": "Monitors petrol prices from a configured URL",
|
|
"UUID": "dev.mars3142.ulanzideck.collection.petrol"
|
|
},
|
|
{
|
|
"Name": "Copilot Usage",
|
|
"Icon": "assets/icons/copilot.png",
|
|
"PropertyInspectorPath": "property-inspector/copilot/inspector.html",
|
|
"States": [
|
|
{
|
|
"Name": "Default",
|
|
"Image": "assets/icons/copilot.png"
|
|
}
|
|
],
|
|
"Tooltip": "Displays GitHub Copilot usage percentage as a gauge",
|
|
"UUID": "dev.mars3142.ulanzideck.collection.copilot"
|
|
},
|
|
{
|
|
"Name": "Gitea Actions",
|
|
"Icon": "assets/icons/gitea.png",
|
|
"PropertyInspectorPath": "property-inspector/gitea/inspector.html",
|
|
"States": [
|
|
{
|
|
"Name": "Default",
|
|
"Image": "assets/icons/gitea.png"
|
|
}
|
|
],
|
|
"Tooltip": "Shows the latest Gitea Actions run status for a repository",
|
|
"UUID": "dev.mars3142.ulanzideck.collection.gitea"
|
|
},
|
|
{
|
|
"Name": "Gitea Pull Requests",
|
|
"Icon": "assets/icons/gitea.png",
|
|
"PropertyInspectorPath": "property-inspector/giteapr/inspector.html",
|
|
"States": [
|
|
{
|
|
"Name": "Default",
|
|
"Image": "assets/icons/gitea.png"
|
|
}
|
|
],
|
|
"Tooltip": "Shows open pull requests assigned to you across all repositories",
|
|
"UUID": "dev.mars3142.ulanzideck.collection.giteapr"
|
|
},
|
|
{
|
|
"Name": "Model Railway",
|
|
"Icon": "assets/icons/railway.png",
|
|
"PropertyInspectorPath": "property-inspector/railway/inspector.html",
|
|
"States": [
|
|
{
|
|
"Name": "Default",
|
|
"Image": "assets/icons/railway.png"
|
|
}
|
|
],
|
|
"Tooltip": "Shows light color, time and mode from an ESP32 model railway controller via MQTT",
|
|
"UUID": "dev.mars3142.ulanzideck.collection.railway"
|
|
}
|
|
],
|
|
"OS": [
|
|
{
|
|
"Platform": "mac",
|
|
"MinimumVersion": "10.11"
|
|
},
|
|
{
|
|
"Platform": "windows",
|
|
"MinimumVersion": "10"
|
|
}
|
|
],
|
|
"Software": {
|
|
"MinimumVersion": "2.1.18"
|
|
}
|
|
} |