crlf to lf + sort json

This commit is contained in:
Alexandre
2022-03-15 11:02:11 +01:00
parent c748fa4a23
commit 5a7e0f0569
96 changed files with 1060 additions and 870 deletions

View File

@@ -1,21 +1,29 @@
{
"arch": ["aarch64", "amd64", "armv7"],
"arch": [
"aarch64",
"amd64",
"armv7"
],
"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",
"mqtt_autodiscover": true,
"TZ": "Europe/Paris",
"mqtt_autodiscover": true,
"verbose": true
},
"services": ["mqtt:want"],
"schema": {
"CONFIG_LOCATION": "str",
"mqtt_autodiscover": "bool",
"TZ": "str?",
"mqtt_autodiscover": "bool",
"verbose": "bool"
},
"services": [
"mqtt:want"
],
"slug": "enedisgateway2mqtt",
"upstream": "0.7.7",
"url": "https://github.com/alexbelgium/hassio-addons",