Files
hassio-repository/coffee_maker/config.json
2020-08-20 22:49:17 +02:00

20 lines
396 B
JSON

{
"name": "Coffee Maker",
"version": "1.2",
"slug": "coffee_maker",
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
"description": "Expose a web frontend to control my coffee maker",
"startup": "before",
"boot": "auto",
"ports": {
"80/tcp": 8080
},
"options": {
"device": null
},
"schema": {
"device": "str"
},
"image": "hub/{arch}-coffee-maker"
}