Files
hassio-repository/coffee_maker/config.json
Paulus Schoutsen cf011264d9 Update config.json
2017-07-11 21:58:08 -07:00

19 lines
338 B
JSON

{
"name": "Coffee Maker",
"version": "1.2",
"slug": "coffee_maker",
"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"
}