Add Home Assistant outbound adapter

This commit is contained in:
2026-04-20 10:11:02 +02:00
parent eb487ccb46
commit 151ad46275
8 changed files with 273 additions and 4 deletions
+2 -2
View File
@@ -36,7 +36,8 @@
- `services/`
- 业务服务层
- `integrations/`
- 外部系统适配层占位
- 外部系统适配层
- 当前已迁入 Home Assistant outbound adapter
- `templates/`
- Jinja2 模板
- `static/`
@@ -76,4 +77,3 @@ Notion 在 Go 版本中仍是现状模块,但在 Python 重构中已经明确
- 不预留 Notion 相关业务流
如果未来需要回顾其历史作用,应继续参考 Go 版本和现有迁移盘点文档,而不是在 Python 骨架中保留它。