impress_sig_mesh_hacs/custom_components
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
..
sigmesh_gateway fix: 修复 coordinator.py 导入错误 2026-04-15 19:09:40 +08:00