Files
homeassistant-jackery/custom_components/jackery_home/strings.json
不求圣剑 2d22a25006 refactor: rename JackeryHome component directory and update references
- Renamed the `custom_components/JackeryHome/` directory to `custom_components/jackery_home/` for consistency.
- Updated all references in documentation and scripts to reflect the new directory name.
- Removed obsolete files related to the previous directory structure.
2025-11-18 15:37:19 +08:00

24 lines
796 B
JSON

{
"config": {
"step": {
"user": {
"title": "配置 JackeryHome",
"description": "设置 MQTT 连接参数以接收能源监控数据",
"data": {
"topic_prefix": "MQTT 主题前缀",
"mqtt_broker": "MQTT Broker 地址",
"mqtt_port": "MQTT 端口"
}
}
},
"error": {
"already_configured": "该集成已配置",
"mqtt_broker_required": "MQTT Broker 地址不能为空",
"invalid_port": "端口号必须在 1-65535 范围内"
},
"abort": {
"already_configured": "该集成已配置",
"single_instance_allowed": "该集成已配置"
}
}
}