usda-hass-config/custom_components/hacs/manifest.json

23 lines
531 B
JSON
Raw Permalink Normal View History

2024-10-01 14:06:39 +00:00
{
"domain": "hacs",
"name": "HACS",
"codeowners": [
"@ludeeus"
],
"config_flow": true,
"dependencies": [
"http",
"websocket_api",
"frontend",
"persistent_notification",
"lovelace",
"repairs"
],
"documentation": "https://hacs.xyz/docs/configuration/start",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/hacs/integration/issues",
"requirements": [
"aiogithubapi>=22.10.1"
],
"version": "1.33.0"
}