Update openHAB (and schema) (#1625)

This commit is contained in:
dkhamsing 2024-08-30 11:36:00 -07:00 committed by GitHub
parent fcbac86c3a
commit 96878168b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

2
.github/schema.json vendored
View File

@ -107,7 +107,7 @@
"title": "Project License",
"description": "The license that the project's source is under.",
"type": "string",
"enum": ["mit", "mpl-2.0", "gpl-3.0", "lgpl-3.0", "unlicense", "bsd-2-clause", "isc", "lgpl-2.1", "gpl-2.0", "apache-2.0", "cc0-1.0", "artistic-2.0", "bsd-3-clause", "agpl-3.0", "epl-1.0", "other"],
"enum": ["mit", "mpl-2.0", "gpl-3.0", "lgpl-3.0", "unlicense", "bsd-2-clause", "isc", "lgpl-2.1", "gpl-2.0", "apache-2.0", "cc0-1.0", "artistic-2.0", "bsd-3-clause", "agpl-3.0", "epl-1.0", "epl-2.0", "other"],
"default": "other"
},
"source": {

View File

@ -10813,10 +10813,10 @@
"home"
],
"tags": [
"objc"
"swift"
],
"description": "Vendor & technology agnostic home automation",
"license": "epl-1.0",
"license": "epl-2.0",
"source": "https://github.com/openhab/openhab-ios",
"homepage": "https://www.openhab.org/",
"itunes": "https://apps.apple.com/app/openhab/id492054521",
@ -31824,4 +31824,4 @@
"updated": "2024-06-27 20:54:45 UTC"
}
]
}
}