Files
fn_nas/custom_components/fn_nas/manifest.json
xiaochao 17e3229b29 优化了SSH连接的管理,使用连接池来复用连接,减少连接建立的开销。
主板CPU温度获取优化,改为sensors方式获取。有主板CPU温度获取错误的情况提交issues,并带上sensors命令的输出日志,我会做适配。
2025-07-21 11:56:33 +08:00

12 lines
269 B
JSON

{
"domain": "fn_nas",
"name": "飞牛NAS",
"version": "1.3.6",
"documentation": "https://github.com/anxms/fn_nas",
"dependencies": [],
"codeowners": ["@anxms"],
"requirements": ["asyncssh>=2.13.1"],
"iot_class": "local_polling",
"config_flow": true
}