Adapt to codenotary

This commit is contained in:
alexbelgium
2022-03-23 08:59:27 +01:00
parent facbaeb6f9
commit e8c50b98e1
107 changed files with 383 additions and 723 deletions

View File

@@ -1,14 +1,7 @@
{
"arch": [
"aarch64",
"amd64",
"armv7"
],
"arch": ["aarch64", "amd64", "armv7"],
"description": "fetch GRDF data and publish data to a mqtt broker",
"map": [
"config:rw",
"share:rw"
],
"map": ["config:rw", "share:rw"],
"name": "gazpar2mqtt",
"options": {
"CONFIG_LOCATION": "/config/gazpar2mqtt/config.yaml",
@@ -22,11 +15,10 @@
"mqtt_autodiscover": "bool",
"verbose": "bool"
},
"services": [
"mqtt:want"
],
"services": ["mqtt:want"],
"slug": "gazpar2mqtt",
"upstream": "0.8.1",
"url": "https://github.com/alexbelgium/hassio-addons",
"codenotary": "alexandrep.github@gmail.com",
"version": "0.8.1-10"
}