Merge pull request #856 from thecem/patch-2

Fixed the repo is not showing the addon.
pull/858/head
BIBO 2023-02-15 20:43:01 +02:00 zatwierdzone przez GitHub
commit 4c168999e9
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 12 dodań i 5 usunięć

Wyświetl plik

@ -38,7 +38,12 @@
"logfile": "/dev/stdout",
"shell": "/wmbusmeters/mosquitto_pub.sh \"wmbusmeters/$METER_NAME\" \"$METER_JSON\""
},
"meters": {},
"meters": {
"name": "ElectricityMeter",
"driver": "amiplus",
"id": "12345678",
"key": "DEADBEEF1337DEADBEEF1337DEADBEEF"
},
"mqtt": {}
},
"schema": {
@ -55,13 +60,15 @@
"device": "str",
"donotprobe": "str?",
"logtelegrams": "bool?",
"format": "str",
"logfile": "str",
"shell": "str"
},
"meters": {
"name": "ElectricityMeter",
"driver": "amiplus",
"id": "12345678",
"key": "DEADBEEF1337DEADBEEF1337DEADBEEF"
"name": "str",
"driver": "str",
"id": "str",
"key": "str"
}
}
}