config.json 756 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "eWeLink Smart Home",
  3. "version": "1.4.3",
  4. "slug": "ewelink_smart_home_slug",
  5. "description": "connect eWeLink with home-assistant",
  6. "arch": [
  7. "armhf",
  8. "armv7",
  9. "aarch64",
  10. "amd64",
  11. "i386"
  12. ],
  13. "startup": "application",
  14. "boot": "auto",
  15. "url": "https://www.coolkit.cn/",
  16. "host_network": false,
  17. "ports": {
  18. "3000/tcp": 3000
  19. },
  20. "ports_description": {
  21. "3000/tcp": "Web interface"
  22. },
  23. "init": false,
  24. "panel_icon": "mdi:earth",
  25. "panel_title": "eWeLink Smart Home",
  26. "hassio_api": true,
  27. "webui": "http://[HOST]:[PORT:3000]",
  28. "homeassistant_api": true,
  29. "ingress": true,
  30. "ingress_port": 3000,
  31. "ingress_entry": ""
  32. }