Guest User

Untitled

a guest
Oct 23rd, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. {
  2. "name": "nodeJs + express hass.io add-on example",
  3. "version": "0.0.12",
  4. "slug": "hassio-addon-example",
  5. "hassio_api": "yes",
  6. "description": "example to introduce hass.io add-on and nodeJs",
  7. "startup": "before",
  8. "boot": "auto",
  9. "options": {
  10. "name": "name"
  11. },
  12. "schema": {
  13. "name": "str"
  14. },
  15. "ports": {
  16. "3000/tcp": 3000
  17. }
  18. }
Add Comment
Please, Sign In to add comment