适配现代异步架构与实体化规范#7
Open
hzonz wants to merge 117 commits into
Open
Conversation
…ation/brand/workchat_integration.png
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🚀 概述 (Overview)
⚠️ 注意: 这是一个破坏性更新(Breaking Changes),与旧版本配置及调用方式不完全兼容。考虑到重构规模较大,建议作为测试分支或预发布版本进行验证,暂不建议直接合并入生产主线。
本 PR 对 workchat_integration 进行了底层架构的完全重构。此次更新旨在废弃陈旧的同步阻塞逻辑,全面对齐 Home Assistant 2024.4+ 及 2025/2026 开发规范,显著提升集成在复杂网络环境下的响应性能与系统稳定性。
✨ 核心改进 (Key Highlights)
🧪 测试说明 (Testing)