mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 21:04:05 +02:00
Sorted json
This commit is contained in:
@@ -1,7 +1,14 @@
|
||||
{
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "use Enedis Gateway API to send data in your MQTT Broker (latest channel)",
|
||||
"map": ["config:rw"],
|
||||
"map": [
|
||||
"config:rw"
|
||||
],
|
||||
"name": "Enedisgateway2mqtt",
|
||||
"options": {
|
||||
"CONFIG_LOCATION": "/config/enedisgateway2mqtt/config.yaml",
|
||||
@@ -15,10 +22,11 @@
|
||||
"mqtt_autodiscover": "bool",
|
||||
"verbose": "bool"
|
||||
},
|
||||
"services": ["mqtt:want"],
|
||||
"services": [
|
||||
"mqtt:want"
|
||||
],
|
||||
"slug": "enedisgateway2mqtt",
|
||||
"upstream": "0.7.7",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "0.7.7-3"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user