Update ha-addon version.

pull/441/head
Fredrik Öhrström 2022-01-02 12:58:16 +01:00
rodzic 1906143edf
commit 8540559767
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "Wmbusmeters (W-MBus to MQTT)",
"version": "0.2.19",
"version": "0.2.20",
"slug": "wmbusmeters",
"description": "Acquire utility meter readings using the wireless mbus protocol (WMBUS)",
"arch": ["armv7", "aarch64", "amd64"],
@ -19,7 +19,7 @@
],
"options": {
"data_path": "/config/wmbusmeters",
"conf":
"conf":
"loglevel=normal\ndevice=/dev/ttyUSB0:t1\nlogtelegrams=false\nformat=json\nlogfile=/dev/stdout\nshell=/wmbusmeters/mosquitto_pub.sh wmbusmeters/$METER_NAME \"$METER_JSON\"",
"meters": [],
"mqtt": {}
@ -35,4 +35,4 @@
"conf": "str",
"meters": [ "str" ]
}
}
}