manifest.json 511 B

12345678910111213141516171819202122
  1. {
  2. "codeowners": [
  3. "@ludeeus"
  4. ],
  5. "config_flow": true,
  6. "dependencies": [
  7. "http",
  8. "websocket_api",
  9. "frontend",
  10. "persistent_notification",
  11. "lovelace"
  12. ],
  13. "documentation": "https://hacs.xyz/docs/configuration/start",
  14. "domain": "hacs",
  15. "iot_class": "cloud_polling",
  16. "issue_tracker": "https://github.com/hacs/integration/issues",
  17. "name": "HACS",
  18. "requirements": [
  19. "aiogithubapi>=22.2.4"
  20. ],
  21. "version": "1.27.1"
  22. }