[HA Addon] Make meters section optional

Related to #859, current schema assumes only one meter is possible.
pull/863/head
KrzysztofHajdamowicz 2023-02-16 18:17:03 +01:00 zatwierdzone przez GitHub
rodzic fe3b6ad9f6
commit 880285cd97
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 6 usunięć

Wyświetl plik

@ -64,11 +64,6 @@
"logfile": "str",
"shell": "str"
},
"meters": {
"name": "str",
"driver": "str",
"id": "str",
"key": "str"
}
"meters": {}
}
}