impress_sig_mesh_hacs/custom_components/sigmesh_gateway
impressionyang 472fec4a70 fix: 修复 coordinator.py 导入错误
问题:MeshMessageEvent 和 ProvDeviceEvent 定义在 serial_reader.py
但 coordinator.py 错误地从 protocol_parser.py 导入

修复:
- 从 protocol_parser 导入移除这两个类
- 改为从 serial_reader 导入
- 移除 _setup_callbacks 中多余的内部导入

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-15 19:09:40 +08:00
..
platforms 初始提交:SigMesh Gateway HACS 集成 2026-04-15 18:20:48 +08:00
__init__.py 初始提交:SigMesh Gateway HACS 集成 2026-04-15 18:20:48 +08:00
config_flow.py fix: 修复 config_flow.py 类型注解错误 2026-04-15 18:49:18 +08:00
const.py 初始提交:SigMesh Gateway HACS 集成 2026-04-15 18:20:48 +08:00
coordinator.py fix: 修复 coordinator.py 导入错误 2026-04-15 19:09:40 +08:00
manifest.json fix: 修复 manifest.json 依赖错误 2026-04-15 19:03:15 +08:00
protocol_parser.py 初始提交:SigMesh Gateway HACS 集成 2026-04-15 18:20:48 +08:00
serial_reader.py 初始提交:SigMesh Gateway HACS 集成 2026-04-15 18:20:48 +08:00