snapcraft.yaml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. name: home-assistant-hacs
  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: stable
  16. confinement: strict
  17. apps:
  18. list:
  19. command: bin/app
  20. plugs:
  21. - components
  22. plugs:
  23. components:
  24. interface: content
  25. content: components
  26. target: $SNAP_DATA/custom_components
  27. default-provider: home-assistant-snap
  28. hooks:
  29. connect-plug-components:
  30. plugs: [components]
  31. disconnect-plug-components:
  32. plugs: [components]
  33. parts:
  34. connection:
  35. plugin: dump
  36. source: ./source
  37. source-type: local
  38. organize:
  39. app: bin/app
  40. hacs:
  41. plugin: dump
  42. source: https://github.com/hacs/integration.git
  43. source-tag: ${SNAPCRAFT_PROJECT_VERSION}
  44. organize:
  45. custom_components/hacs: hacs
  46. stage:
  47. - hacs