snapcraft.yaml 1.3 KB

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