- 积分
- 685
- 金钱
- 647
- 威望
- 0
- 贡献
- 0
- HASS币
- 0
高级会员
- 积分
- 685
- 金钱
- 647
- HASS币
- 0
|
楼主 |
发表于 2021-8-29 09:30:06
|
显示全部楼层
版本号加到哪里
{
"codeowners": [
"@ludeeus"
],
"config_flow": true,
"dependencies": [
"http",
"websocket_api",
"frontend",
"persistent_notification",
"lovelace"
],
"documentation": "https://hacs.xyz/docs/configuration/start",
"issue_tracker": "https://github.com/hacs/integration/issues",
"domain": "hacs",
"name": "HACS",
"requirements": [
"aiofiles>=0.5.0",
"aiogithubapi>=2.0.0<3.0.0",
"backoff>=1.10.0",
"hacs_frontend==202009091732",
"semantic_version>=2.8.5",
"queueman==0.5"
]
} |
|