Files
fn_nas/custom_components/fn_nas/manifest.json

12 lines
269 B
JSON
Raw Normal View History

2025-06-30 15:31:15 +08:00
{
"domain": "fn_nas",
"name": "飞牛NAS",
"version": "1.3.6",
2025-06-30 15:31:15 +08:00
"documentation": "https://github.com/anxms/fn_nas",
"dependencies": [],
"codeowners": ["@anxms"],
"requirements": ["asyncssh>=2.13.1"],
"iot_class": "local_polling",
"config_flow": true
}