Add option 'eval'

This commit is contained in:
Max Winterstein
2021-02-27 00:34:33 +01:00
parent 5ffd106fa6
commit e76b9908d5
5 changed files with 85 additions and 35 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "ioBroker",
"version": "0.7.0",
"version": "0.8.0",
"image": "maxwinterstein/homeassistant-addon-iobroker-{arch}",
"webui": "http://[HOST]:[PORT:8081]/",
"slug": "iobroker",
@@ -11,8 +11,12 @@
"arch": ["armv7", "aarch64", "amd64"],
"startup": "application",
"boot": "auto",
"options": {},
"schema": {},
"options": {
"eval" : ""
},
"schema": {
"eval" : "str?"
},
"ports": {
"8081/tcp": 8081,
"8082/tcp": null,