1
0

snapcraft.yaml 936 B

12345678910111213141516171819202122232425262728293031323334353637
  1. name: hacs-snap
  2. base: core20
  3. version: '1.3.3'
  4. summary: Home Assistant Community Store
  5. description: |
  6. Manage (Install, track, upgrade) and discover custom elements for Home Assistant directly from the UI.
  7. What?
  8. HACS is a integration that gives the user a powerful UI to handle downloads of custom integrations and plugins.
  9. Highlights of what HACS can do:
  10. - Help you discover new custom elements.
  11. - Help you install (download) new custom elements.
  12. - Help you keep track of your custom elements.
  13. - Manage(Install/Upgrade/Remove)
  14. - Shortcuts to repositories/issue tracker
  15. grade: devel
  16. confinement: devmode
  17. slots:
  18. lib-hacs:
  19. interface: content
  20. content: lib-hacs
  21. read:
  22. - $SNAP/hacs
  23. parts:
  24. hacs:
  25. plugin: dump
  26. source: https://github.com/hacs/integration.git
  27. source-tag: ${SNAPCRAFT_PROJECT_VERSION}
  28. organize:
  29. custom_components/hacs: hacs
  30. stage:
  31. - hacs