title: "2025.8:人工智能之夏 ☀️" description: '<lite-youtube videoid="gNtNOtsTH1w" videotitle="家庭助理2025.8发布派对"</lite-youtube。 本页属于 Home Assistant 中文博客与更新记录,适合了解版本演进、功能变更与社区动态。' AI 任务来了!本次更新带来流式文本转语音、更快的语音响应、 在对话框中直接控制群组成员、时间触发器的工作日支持, 以及改进的区域仪表盘摄像头预览选项等功能。
2025.8:人工智能之夏 ☀️
家庭助理2025.8! 🎉 在世界大部分地区,夏季模式已全面生效! ☀️ 开放之家基金会 的许多人和我们的许多贡献者正在享受工作和开源带来的应得的休息。我希望您也能享受一次应得的休息! 🏖️ 是否有暑假,我们目前正忙于我们的下一个产品发布!如果您错过了,即将到来的8月13日星期三(太平洋下午12:00,东部时间下午3:00,欧洲中部夏令时间21:00),我们将在Home Assistant Connect系列中[额外直播宣布下一件大事][zwa]!请务必[即将前往YouTube点击提醒按钮][zwa],这样您就不会错过时间! Z-Wave 感消亡! 🌊好了,开始发布吧!我们在夏季继续前进,很高兴为您带来8月发布的家庭助理!让我们从我个人最喜欢的这篇文章开始:查看群组时的改进体验,例如,带有灯光的群组助手。 💡 当查看这样的实体团体时,您现在可以直接在该对话框中控制该团体的各个成员。超级有用!我很确定我们家会经常使用它。 但正如发布标题所示,此发布为家庭助理中的新人工智能机会奠定了重要基础:人工智能任务。 将其视为一种将任务委托给人工智能并以结构化方式返回该任务结果以便可以使用的方法。听起来很模糊? 深入研究下面的发布说明! 享受发布! ../Frenck [zwa]: https://www.youtube.com/watch?v=Z-pUkM6XIuA
2025 年人工智能在家庭助理中的应用
我们在 Home Assistant 2023.2 中引入了第一个 AI 集成,用户可以让 OpenAI 处理与 Home Assistant 语音的交互。从那时起,人工智能在家庭助理社区的“各种”中的受欢迎程度大幅上升。洗完衣服时会发出有趣的通知,分析网络头发生的情况,或者当人工智能确定这是一首乡村歌曲时跳过歌曲。尽管人工智能让很多人兴奋不已,但仍然有人不愿意在他们的智能家居中使用这项技术。我们希望适应每个人的选择,无论是否使用人工智能。除非您设置 AI 集成并配置一些特定的设置,否则这些功能不会出现。 去年,我们坐下来决定如何让每个人访问所有这些实现起来很复杂的例子。由此产生的第一件事是 集成子条目,在上一个发布中发布了它。它用户为 OpenAI 一次配置他们的 Ollama 服务器或 API 密钥,然后使用不同的模型或基础配置创建许多不同的代理。在这个版本中,我们正在构建两个新功能,您可以通过这些新的 AI 集成子入口选择启用:AI 任务 和 AI建议。我们还引入了一个新的集成OpenRouter,它是一个统一的LLM接口,可以访问400多个额外的LLM模型。非常感谢我们的 AI 社区贡献者:[@AllenPorter]、[@shulyaka]、[@tronikos]、[@IvanLH] 和 [@joostlek]! [@AllenPorter]: https://github.com/AllenPorter [@shulyaka]: https://github.com/shulyaka [@tronikos]: https://github.com/tronikos [@IvanLH]: https://github.com/IvanLH [@joostlek]: https://github.com/joostlek
家庭助理云的流式文本转语音
当您使用家庭助理语音与人工智能对话时,您可以做的不仅仅是控制您的家。法学硕士可以总结您家庭的状况,当使用 Google 和 OpenAI 的法学硕士时,他们可以在网络上搜索用最新信息回答您的问题。这很好,但这些答案可能会变得很长。之前,语音回复要等到人工智能完成生成整个答案后才会开始,最后的回复意味着需要更长的等待时间才能大声朗读任何内容。当用户等待家庭助理语音响应时,延长的等待时间确实会带来伤害体验。我们对家庭助理进行了彻底改造,促使我们的文本转语音系统可以在完整响应生成完成之前开始生成响应音频。上次发布我们为我们本地的文本转语音系统Piper推出了此功能。在此发布中,我们将向Home Assistant Cloud中的声音提供此功能 - 这是支持家庭助理项目的最佳方式。
这一改进将特别有利于使用本地人工智能(生成响应速度可能很慢)的用户或在扬声器上播放长公告的用户。
使用 AI 任务将 AI 集成到你的工作流中
AI Task 是一个新的集成,可让你使用 AI 来生成结构化数据。在你选择的 AI 集成中添加“AI Task”子条目后,对应实体就会出现在该集成里。这样一来,你就可以附加文件或摄像头画面,并询问发生了什么。
输出既可以是文本,也可以是你定义结构的数据。这一切都可以通过新的 ai_task.generate_data 动作获取,并嵌入自动化、脚本和模板实体中。
下面是一个模板实体示例:它每五分钟更新一次,并统计鸡舍里的鸡数量。这个示例受这篇博文启发。
为了帮助你开始使用 AI 任务,我们还准备了一个蓝图,用于分析摄像头画面:
通过 AI 按钮建议提高工作速度
AI 任务集成还有一个额外的功能:默认实体。您可以前往 设置 > 系统 > 常规 并配置您想要的默认值的 AI 任务实体。使用默认设置,您生成数据时不再需要指定实体,从而更容易共享蓝图。
设置默认值还可以做更多事情:配置默认值后,只有这样,一个新型按钮才会开始显示在 Home Assistant 的不同位置:
该按钮默认不可见,只有在“AI建议”设置中启用它时才会出现。对于此版本,该按钮已添加到自动化和脚本的保存对话框中。它可以帮助用户提出名称、描述、类别和标签,同时考虑当前的标签和其他自动化/脚本名称。请记住,生成此文本将自动化或脚本的完整内容以及其他自动化/脚本和标签的完整内容发送给LLM。因此,这可能是您想要的任务,您将给您指定的新本地法学硕士名称。
仪表盘区域改进
根据您的反馈,我们对仪表盘区域进行了一些小改进。现在,您可以选择在区域仪表盘编辑器中显示区域中的第一个网络头或其图像或图标。
这是一种使某些区域的亮度更加突出的简单方法,如果您想要更快地视觉访问特定空间,则尤其方便。

集成
感谢社区不断带来新集成,并持续改进现有集成!你们都很棒 🥰
新集成
我们欢迎以下新集成加入本次发布:
- [OpenRouter],由 [@joostlek] 添加:通过 OpenRouter API 访问 400 多种不同的大型语言模型,为自动化中的 AI 集成提供统一接口。
- [Ubiquiti UISP airOS],由 [@CoMPaTech] 添加:通过本地 API 监控和管理 airOS 设备,提供无线点对点基础设施的性能指标和设备状态信息。
- [Uptime Kuma],由 [@tr4nt0r] 添加:使用 Uptime Kuma 监控服务和网站的在线状态,并直接在 Home Assistant 中跟踪基础设施健康情况。
- [Volvo],由 [@thomasddn] 添加:将你的沃尔沃车辆连接到 Home Assistant,远程监控电池状态、位置和其他车辆信息。 [@CoMPaTech]: https://github.com/CoMPaTech [@joostlek]: https://github.com/joostlek [@thomasddn]: https://github.com/thomasddn [@tr4nt0r]: https://github.com/tr4nt0r [OpenRouter]: /integrations/open_router [Ubiquiti UISP airOS]: /integrations/airos [Uptime Kuma]: /integrations/uptime_kuma [Volvo]: /integrations/volvo
此版本还加入了新的虚拟集成。虚拟集成由其他现有集成处理,用来提升可发现性。新增如下:
对现有集成的值得注意的改进
这次不仅有新集成加入,现有集成也在持续增强。以下是一些值得关注的改进:
- [PlayStation Network]集成收到了来自[@tr4nt0r]和[@JackJPowell]的重大更新,添加了传感器来跟踪您和您朋友的在线状态、当前玩游戏和上次在线时间。还有一个用于检测PS Plus订阅状态的二元传感器和一个通知平台。现在也支持PS Vita!- [Reolink]网络头从[@starkillerOG]获得喷泉增强:IP网络头的WiFi信号传感器、后录制时间控制和预录制实体。- 感谢 [@balloob],[AI Task] 和 [OpenAI Conversation] 集成现在支持网络头和文件附件。- [YoLink] 设备支持通过 [@matrixd2] 进行了扩展,添加了对 YS8009、YS7A12 和 YS6614 设备的支持。- [@ricohageman] 将露点传感器添加到 [Awair] 集成中。- [@bieniu] 使用新传感器增强了 [GIOS] 和 [IMGW PIB] 集成,包括 IMGW PIB 的水流监控。- [WiZ] 现在支持风扇,由 [@arturpragacz] 添加。- [SwitchBot Cloud] 获得了 [@XiaoLing-git] 的风扇平台支持。- [Velux] 带雨传感器的窗户现在可以检测降水,感谢 [@wollew]。- [SmartThings]添加了吸尘器支持,由 [@jennoian] 实现。- [AmberElectric] 现在提供预测服务,由 [@madpilot] 添加。- [OSO Energy]从[@osohotwateriot]获得了假日模式服务和自定义离开模式功能。- [Nord Pool]获得了标准化价格指数服务,感谢[@gjohansson-ST]。- [Matter]通过[@lboue]的热处理和温度控制设备支持继续扩展。- [@noahhusby] 为 [Russound RIO] 制作了播放媒体支持。- [Pi-hole] 用户现在可以利用由 [@HarvsG] 实现的 API v6 功能。- [Immich] 用户现在可以通过 [@mib1185] 实现的新动作直接上传文件。- 感谢[@philippwaller],[KNX]现在包含一个新的框架,具有改进的过滤和搜索选项。[@arturpragacz]: https://github.com/arturpragacz [@balloob]: https://github.com/balloob [@bieniu]: https://github.com/bieniu [@gjohansson-ST]: https://github.com/gjohansson-ST [@HarvsG]: https://github.com/HarvsG [@JackJPowell]: https://github.com/JackJPowell [@jennoian]: https://github.com/jennoian [@lboue]: https://github.com/lboue [@madpilot]: https://github.com/madpilot [@matrixd2]: https://github.com/matrixd2 [@mib1185]: https://github.com/mib1185 [@noahhusby]: https://github.com/noahhusby [@osohotwateriot]: https://github.com/osohotwateriot [@philippwaller]: https://github.com/philippwaller [@ricohageman]: https://github.com/ricohageman [@starkillerOG]: https://github.com/starkillerOG [@tr4nt0r]: https://github.com/tr4nt0r [@wollew]: https://github.com/wollew [@XiaoLing-git]: https://github.com/XiaoLing-git [AI Task]: /integrations/ai_task [AmberElectric]: /integrations/amberelectric [Awair]: /integrations/awair [GIOS]: /integrations/gios [Immich]: /integrations/immich [IMGW PIB]: /integrations/imgw_pib [KNX]: /integrations/knx [Matter]: /integrations/Matter [Nord Pool]: /integrations/nordpool [OpenAI Conversation]: /integrations/openai_conversation [OSO Energy]: /integrations/osoenergy [Pi-hole]: /integrations/pi_hole [PlayStation Network]: /integrations/playstation_network [Reolink]: /integrations/reolink [Russound RIO]: /integrations/russound_rio [SmartThings]: /integrations/smartthings [SwitchBot Cloud]: /integrations/switchbot_cloud [Velux]: /integrations/velux [WiZ]: /integrations/wiz [YoLink]: /integrations/yolink
集成质量规模成就
我们对 Home Assistant 深感自豪的一件事,就是[集成质量量表]。这一体系有助于我们和贡献者确保 集成是高质量的、可维护的,并提供最好的可能 用户体验。 在本次发布中,我们庆祝以下集成提升了质量等级:
- 5 个集成达到白金级 🏆
- [AirGradient],感谢 [@joostlek]
- [inexogy],感谢 [@jpbede]
- [EHEIM Digital],感谢 [@autinerd]
- [Pegel Online],感谢 [@mib1185]
- [Tankerkönig],感谢 [@mib1185]
- 3 个集成达到银牌级 🥈
- [Amazon Alexa 设备],感谢 [@chemelli74]
- [Homee],感谢 [@Taraman17]
- [Mealie],感谢 [@andrew-codechimp]
- 2 个集成达到铜牌级 🥉
- [Onkyo],感谢 [@arturpragacz]
- [Ring],感谢 [@sdb9696] 对于这些集成及其维护者来说,这是一项巨大的成就。的 达到这些质量水平所需的努力和奉献精神是巨大的, 因为它涉及广泛的测试、文档、错误处理,并且经常 完整重写部分集成。 非常感谢所有参与的贡献者! 👏 [集成质量量表]: /docs/quality_scale/ [@andrew-codechimp]: https://github.com/andrew-codechimp [@arturpragacz]: https://github.com/arturpragacz [@autinerd]: https://github.com/autinerd [@chemelli74]: https://github.com/chemelli74 [@joostlek]: https://github.com/joostlek [@jpbede]: https://github.com/jpbede [@mib1185]: https://github.com/mib1185 [@sdb9696]: https://github.com/sdb9696 [@Taraman17]: https://github.com/Taraman17 [AirGradient]: /integrations/airgradient [Amazon Alexa 设备]: /integrations/alexa_devices [inexogy]: /integrations/discovergy [EHEIM Digital]: /integrations/eheimdigital [Homee]: /integrations/homee [Mealie]: /integrations/mealie [Onkyo]: /integrations/onkyo [Pegel Online]: /integrations/pegel_online [Ring]: /integrations/ring [Tankerkönig]: /integrations/tankerkoenig
现在可以从 UI 进行设置
虽然大多数集成都已经可以直接在 Home Assistant 用户界面中设置,但仍有一些过去只能通过 YAML 配置。我们仍在持续把更多集成迁移到 UI 中,让每个人都更容易设置和使用。
现在可通过 Home Assistant UI 设置以下集成:
其他值得注意的变化
本次发布还有更多改进;以下是其他一些值得注意的变化:
- 家庭助理的界面已更新,可访问性更好!主颜色和按钮颜色已更新,相当于WCAG AA 辅助功能标准,提高了整个界面的可用性和耐用性。所有按钮都经过重新设计,具有不同的样式、尺寸和优先级视觉等级变体,从而更容易区分主要、次要和不太突出的动作。这迫切需要更新其他UI组件以提高家庭助理的可访问性和一致性的更广泛努力的开始。- [@mib1185] 为 绝对湿度 添加了一个新的设备类,支持传感器和数字。好的!
- @piitaya 改进了组管理,添加了对组内成员重新排序的功能,从而可以更轻松地按照您想要的方式组织您的设备组。谢谢!
- [@balloob] 扩展了系统诊断,添加了设备分析转储下载功能。惊人的!
- 感谢 [@karwosts],[历史统计] 现在在选项流程中包含预览。这使得配置您的历史统计数据变得更加容易。
- [模板] 收到了来自 [@Petro31] 的大量更新!以下是新内容:
- 基于燃烧的数字传感器现在可以设置为未知状态
- UI现在支持遮盖、风扇、灯光、门锁和吸尘器平台
- 现在所有可用平台的 UI 中都支持可用性模板
- 预览实体已添加到报警控制面板和选择平台的用户界面中
- 模板门锁现在支持开放状态
- 报警控制面板、风扇、灯光、门锁、开关和吸尘器平台现已支持所有乐观的 YAML 模式[@balloob]: https://github.com/balloob [@karwosts]: https://github.com/karwosts [@Petro31]: https://github.com/Petro31 @piitaya: https://github.com/piitaya [History Stats]: /integrations/history_stats [Template]: /integrations/template
控制群组中的个别成员
Groups 是控制多个的好方法
一次,但有时您想控制一个组中的个别成员。
因此,在本次发布中,@piitaya 和 @MindFreeze 改进了实体信息对话框,以显示灯光和遮盖组的各个成员,允许您直接从该对话框控制它们。超级有用!

工作日时间波动
时间危机已经非常严重了
有用,但 [@hmmbob] 有 [功能请求] 可以进一步改进它。
他建议添加在时间中指定工作日的功能,
允许用户创建仅在特定时间发生的自动化
在一周中的特定日子。

此功能已在此版本中实现,允许您指定 平日里的时间都在波动。这对于自动化特别有用 需要在特定日期运行,例如工作日或周末。 [a feature request]: https://github.com/orgs/home-assistant/discussions/26 [@hmmbob]: https://github.com/hmmbob
能量仪表盘上的能量流
家庭助理能源仪表盘很棒,但截至此发布,它甚至更好一点!
@MindFreeze在[Sankey Chart自定义调整]的基础上,添加了一个新的能量仪表盘的能量流可视化,准确显示位置
你的能量从何而来,又将流向何处。

除了能量仪表盘之外,真的很酷@MindFreeze! @MindFreeze: https://github.com/MindFreeze [Sankey Chart custom 卡片]: https://github.com/MindFreeze/ha-sankey-chart
补丁发布
我们在 8 月份发布了 Home Assistant 2025.8 的补丁版本。这些补丁版本仅包含错误修复。我们的目标是发布补丁 每周发布一次,目标是周五。
2025年8月1日 - 8月11日
- 使涂鸦复杂类型处理显式化 ([@epenet] - [#149677])- 修复 Enigma2 启动挂起问题 ([@BlackBadPinguin] - [#149756])- 修复 Sonos Arc Ultra 的对话框增强开关 ([@PeteRager] - [#150116])- 将 ZHA 提升至 0.0.67 ([@puddly] - [#150132])- 将airOS提升至0.2.6,改进设备类别,匹配更多设备([@CoMPaTech] - [#150134])- 处理 HusqvarnaWSClientError ([@Thomas55555] - [#150145])- 修复 Progettihwsw 配置流程 ([@gaspa85] - [#150149])- 将 imgw_pib 升级到版本 1.5.3 ([@bieniu] - [#150178])- 修复
button.press动作的描述 ([@NoRi2909] - [#150181]) - 仅当 Uptime Kuma 中存在 Monitor_id 时才迁移 unique_id ([@tr4nt0r] - [#150197])- 弃用内置集成的静音吸尘器电池([@MartinHjelmare] - [#150204])
- 将 ZHA 提升至 0.0.68 ([@puddly] - [#150208])- 将 hass-nabucasa 从 0.111.1 提升到 0.111.2 ([@ludeeus] - [#150209])- 修复 ZHA 诊断下载的 JSON 序列化 ([@puddly] - [#150210])- 忽略 MQTT 吸尘器电池警告 ([@MartinHjelmare] - [#150211])- 在 API 密钥创建期间处理 Unifi Protect BadRequest 异常 ([@RaHehl] - [#150223])- 修复 Tibber 协调器 ContextVar 警告([@MartinHjelmare] - [#150229])- 修复Squeezebox中零体积错误的处理([@peteS-UK] - [#150265])- 修复了当没有为 Squeezebox 安装任何应用程序或无线电插件时启动时出现的错误 ([@peteS-UK] - [#150267])- 沃尔沃:修复缺少的充电电源选项([@thomasddn] - [#150272])
- 将 num2words 限制为 0.5.14 ([@edenhaus] - [#150276])- 沃尔沃:修复空电池的距离([@thomasddn] - [#150278])
- 添加 GPT-5 支持 ([@Shulyaka] - [#150281])- 绕过:跳过不受支持的 API 字段([@thomasddn] - [#150285])- 从启动库配置中删除误导性的“the”([@NoRi2909] - [#150288])- 设置沃尔沃能源/fuel消耗传感器的建议显示精度([@steinmn] - [#150296])
- 将airOS升级到0.2.7,支持固件8.7.11 ([@CoMPaTech] - [#150298])- 将 knx-前端更新至 2025.8.9.63154 ([@philippwaller] - [#150323])- 更新前端至 20250811.0 ([@bramkragten] - [#150404])
- 在涂鸦中处理空电 RAW 传感器 ([@epenet] - [#150406])- 降低 Z-Wave 硬件检查延迟([@MartinHjelmare] - [#150411])- 修复涂鸦建议单位的问题 ([@epenet] - [#150414]) [#149677]: https://github.com/home-assistant/核心/pull/149677 [#149756]: https://github.com/home-assistant/核心/pull/149756 [#150115]: https://github.com/home-assistant/核心/pull/150115 [#150116]: https://github.com/home-assistant/核心/pull/150116 [#150132]: https://github.com/home-assistant/核心/pull/150132 [#150134]: https://github.com/home-assistant/核心/pull/150134 [#150145]: https://github.com/home-assistant/核心/pull/150145 [#150149]: https://github.com/home-assistant/核心/pull/150149 [#150178]: https://github.com/home-assistant/核心/pull/150178 [#150181]: https://github.com/home-assistant/核心/pull/150181 [#150197]: https://github.com/home-assistant/核心/pull/150197 [#150204]: https://github.com/home-assistant/核心/pull/150204 [#150208]: https://github.com/home-assistant/核心/pull/150208 [#150209]: https://github.com/home-assistant/核心/pull/150209 [#150210]: https://github.com/home-assistant/核心/pull/150210 [#150211]: https://github.com/home-assistant/核心/pull/150211 [#150223]: https://github.com/home-assistant/核心/pull/150223 [#150229]: https://github.com/home-assistant/核心/pull/150229 [#150265]: https://github.com/home-assistant/核心/pull/150265 [#150267]: https://github.com/home-assistant/核心/pull/150267 [#150272]: https://github.com/home-assistant/核心/pull/150272 [#150276]: https://github.com/home-assistant/核心/pull/150276 [#150278]: https://github.com/home-assistant/核心/pull/150278 [#150281]: https://github.com/home-assistant/核心/pull/150281 [#150285]: https://github.com/home-assistant/核心/pull/150285 [#150288]: https://github.com/home-assistant/核心/pull/150288 [#150296]: https://github.com/home-assistant/核心/pull/150296 [#150298]: https://github.com/home-assistant/核心/pull/150298 [#150323]: https://github.com/home-assistant/核心/pull/150323 [#150339]: https://github.com/home-assistant/核心/pull/150339 [#150404]: https://github.com/home-assistant/核心/pull/150404 [#150406]: https://github.com/home-assistant/核心/pull/150406 [#150411]: https://github.com/home-assistant/核心/pull/150411 [#150414]: https://github.com/home-assistant/核心/pull/150414 [@BlackBadPinguin]: https://github.com/BlackBadPinguin [@CoMPaTech]: https://github.com/CoMPaTech [@MartinHjelmare]: https://github.com/MartinHjelmare [@NoRi2909]: https://github.com/NoRi2909 [@PeteRager]: https://github.com/PeteRager [@RaHehl]: https://github.com/RaHehl [@Shulyaka]: https://github.com/Shulyaka [@Thomas55555]: https://github.com/Thomas55555 [@ThyMYthOS]: https://github.com/ThyMYthOS [@bieniu]: https://github.com/bieniu [@bramkragten]: https://github.com/bramkragten [@edenhaus]: https://github.com/edenhaus [@epenet]: https://github.com/epenet [@frenck]: https://github.com/frenck [@gaspa85]: https://github.com/gaspa85 [@ludeeus]: https://github.com/ludeeus [@peteS-UK]: https://github.com/peteS-UK [@philippwaller]: https://github.com/philippwaller [@puddly]: https://github.com/puddly [@steinmn]: https://github.com/steinmn [@thomasddn]: https://github.com/thomasddn [@tr4nt0r]: https://github.com/tr4nt0r
2025年8月2日 - 8月15日
- 将 pymodbus 添加到包合同中([@epenet] - [#150420])- 在第一次配置时通过设备警告修复 enphase_envoy 不存在。 ([@catsmanac] - [#149010])- 处理正确的非流式 TTS 情况 ([@synesthesiam] - [#150218])- Pi_hole - 说明身份验证在不应该成功的情况下成功([@HarvsG] - [#150413])- 将habiticalib升级到版本0.4.2 ([@tr4nt0r] - [#150417])- 修复模板实体的乐观设置为 false ([@Petro31] - [#150421])- 修复 Powerfox 集成与新的 Powerfox FLOW 支架结合使用时出现的错误 ([@DavidCraftDev] - [#150429])- 将 python-snoo 升级到 0.7.0 ([@kevin-david] - [#150434])- 修复在白色模式下不发送亮度命令的问题 ([@wedsa5] - [#150439])
- 将 Cookidoo-api 升级到 0.14.0 ([@miaucl] - [#150450])- 修复设备在类模式下运行时 YoLink 阀门状态 ([@matrixd2] - [#150456])- 当没有为 Squeezebox 安装任何应用程序或无线电插件时启动时的其他修复错误 ([@peteS-UK] - [#150475])- 修复沃尔沃集成的重新验证流程([@thomasddn] - [#150478])
- 改进 Z-Wave 手动配置流程步骤描述 ([@MartinHjelmare] - [#150479])- 为 Miele 炉灶添加补充的 boost2 代码 ([@astrandb] - [#150481])- 将airOS升级到0.2.8 ([@CoMPaTech] - [#150504])- 将 aiowebostv 提升至 0.7.5 ([@thecode] - [#150514])- 将 bleak-retry-connector 升级到 4.0.1 ([@bdraco] - [#150515])- 将 aiodhcpwatcher 升级到 1.2.1 ([@bdraco] - [#150519])- 将 python-snoo 升级到 0.8.1 ([@Lash-L] - [#150530])- 将 uv 提升至 0.8.9 ([@edenhaus] - [#150542])
- 将 python-snoo 升级到 0.8.2 ([@Lash-L] - [#150569])- 将 Snoo 更改为使用 MQTT 而不是 PubNub ([@Lash-L] - [#150570])-确保我们更新 philips_js discovery 中的 api 版本 ([@elupus] - [#150604])- 将 pymiele 提升到 0.5.3 ([@astrandb] - [#150216])- 将 pymiele 提升到 0.5.4 ([@astrandb] - [#150605])- 将airOS升级到0.2.11 ([@CoMPaTech] - [#150627])- 将 uiprotect 升级到 7.21.1 ([@bdraco] - [#150657])- 将 onvif-zeep-async 升级到 4.0.3 ([@bdraco] - [#150663])- 将 python-snoo 升级到 0.8.3 ([@Lash-L] - [#150670])- 修复工作日中细分标签缺失的问题 ([@gjohansson-ST] - [#150684])
- 改进休息时解码错误的处理([@gjohansson-ST] - [#150699]) [#149010]: https://github.com/home-assistant/核心/pull/149010 [#150115]: https://github.com/home-assistant/核心/pull/150115 [#150216]: https://github.com/home-assistant/核心/pull/150216 [#150218]: https://github.com/home-assistant/核心/pull/150218 [#150412]: https://github.com/home-assistant/核心/pull/150412 [#150413]: https://github.com/home-assistant/核心/pull/150413 [#150417]: https://github.com/home-assistant/核心/pull/150417 [#150420]: https://github.com/home-assistant/核心/pull/150420 [#150421]: https://github.com/home-assistant/核心/pull/150421 [#150429]: https://github.com/home-assistant/核心/pull/150429 [#150434]: https://github.com/home-assistant/核心/pull/150434 [#150439]: https://github.com/home-assistant/核心/pull/150439 [#150450]: https://github.com/home-assistant/核心/pull/150450 [#150456]: https://github.com/home-assistant/核心/pull/150456 [#150475]: https://github.com/home-assistant/核心/pull/150475 [#150478]: https://github.com/home-assistant/核心/pull/150478 [#150479]: https://github.com/home-assistant/核心/pull/150479 [#150481]: https://github.com/home-assistant/核心/pull/150481 [#150504]: https://github.com/home-assistant/核心/pull/150504 [#150514]: https://github.com/home-assistant/核心/pull/150514 [#150515]: https://github.com/home-assistant/核心/pull/150515 [#150519]: https://github.com/home-assistant/核心/pull/150519 [#150530]: https://github.com/home-assistant/核心/pull/150530 [#150542]: https://github.com/home-assistant/核心/pull/150542 [#150569]: https://github.com/home-assistant/核心/pull/150569 [#150570]: https://github.com/home-assistant/核心/pull/150570 [#150604]: https://github.com/home-assistant/核心/pull/150604 [#150605]: https://github.com/home-assistant/核心/pull/150605 [#150627]: https://github.com/home-assistant/核心/pull/150627 [#150657]: https://github.com/home-assistant/核心/pull/150657 [#150663]: https://github.com/home-assistant/核心/pull/150663 [#150670]: https://github.com/home-assistant/核心/pull/150670 [#150684]: https://github.com/home-assistant/核心/pull/150684 [#150699]: https://github.com/home-assistant/核心/pull/150699 [@CoMPaTech]: https://github.com/CoMPaTech [@DavidCraftDev]: https://github.com/DavidCraftDev [@HarvsG]: https://github.com/HarvsG [@Lash-L]: https://github.com/Lash-L [@MartinHjelmare]: https://github.com/MartinHjelmare [@Petro31]: https://github.com/Petro31 [@astrandb]: https://github.com/astrandb [@bdraco]: https://github.com/bdraco [@catsmanac]: https://github.com/catsmanac [@edenhaus]: https://github.com/edenhaus [@elupus]: https://github.com/elupus [@epenet]: https://github.com/epenet [@frenck]: https://github.com/frenck [@gjohansson-ST]: https://github.com/gjohansson-ST [@kevin-david]: https://github.com/kevin-david [@matrixd2]: https://github.com/matrixd2 [@miaucl]: https://github.com/miaucl [@peteS-UK]: https://github.com/peteS-UK [@synesthesiam]: https://github.com/synesthesiam [@thecode]: https://github.com/thecode [@thomasddn]: https://github.com/thomasddn [@tr4nt0r]: https://github.com/tr4nt0r [@wedsa5]: https://github.com/wedsa5
2025年8月3日 - 8月21日
- 跳转到 zcc-helper==3.6 ([@markhannon] - [#150608]) ([zimi docs])- 修复(amberelectric):添加请求超时([@JP-Ellis] - [#150613])([amberelectric 文档])- 将 renault-api 升级到 0.4.0 ([@epenet] - [#150624]) ([renault docs])- 更新 hassfest 包异常 ([@cdce8p] - [#150744])- 将 boschshcpy 升级到 0.2.107 ([@tschamm] - [#150754]) ([bosch_shc docs])- 修复了bosch_shc:“device_registry.async_get_or_create”引用不存在的“via_device”([@tschamm] - [#150756])([bosch_shc 文档])- 修复 Squeezebox 媒体播放器中的音量步骤错误 ([@peteS-UK] - [#150760]) ([squeezebox docs])- 不为显示集成充电时将充电功率为 0 ([@thomasddn] - [#150797]) ([volvo docs])- 将 gql 固定到 3.5.3 ([@joostlek] - [#150800])- 将 opower 提升至 0.15.2 ([@tronikos] - [#150809]) ([opower docs])- 在 Withings 诊断中包含设备数据 ([@joostlek] - [#150816]) ([withings docs])- 使用用户流中止 Nanoleaf 发现流 ([@joostlek] - [#150818]) ([nanoleaf docs])- 将 yt-dlp 提升至 2025.08.11 ([@joostlek] - [#150821]) ([media_extractor docs])- 初始化协调器的数据包含 data.options。 ([@LG-ThinQ-集成] - [#150839]) ([lg_thinq 文档])- 处理 Z-Wave RssiErrorReceived ([@MartinHjelmare] - [#150846]) ([zwave_js 文档])- 为 Imeon 逆变器传感器使用正确的单位和类别 ([@Imeon-Energy] - [#150847]) ([imeon_inverter docs])- 将假期提高到 0.79 ([@gjohansson-ST] - [#150857]) ([工作日文档]) ([假期文档])
- 将 aiorussound 升级到 4.8.1 ([@noahhusby] - [#150858]) ([russound_rio docs])- 将撤回的不受支持的原因添加到列表中 ([@agners] - [#150866]) ([hassio docs])- 修复 icloud 服务调用 ([@epenet] - [#150881]) ([icloud docs])- 将 pysmartthings 升级到 3.2.9 ([@joostlek] - [#150892]) ([smartthings docs])- 修复 PWA 主题颜色以匹配 2025.8 中的深蓝色配色方案 ([@balloob] - [#150896]) ([前置文档])- 将 bleak-retry-connector 升级到 4.0.2 ([@bdraco] - [#150899]) ([蓝牙文档])- 将 pyatmo 更新到 v9.2.3 ([@cgtobi] - [#150900]) ([netatmo 文档])- 修复 OpenAI 的格式化输出对象选择器转换 ([@balloob] - [#150916]) ([openai_conversation docs])- 物质阀打开命令不支持 TargetLevel=0 ([@kepstin] - [#150922]) ([Matter docs])- 将 ESPHome 最低稳定 BLE 版本提升至 2025.8.0 ([@bdraco] - [#150924]) ([esphome docs])- 将 imgw-pib 升级到版本 1.5.4 ([@bieniu] - [#150930]) ([imgw_pib docs])- 修复 Imeon 广告器集成的更新重试 ([@Imeon-Energy] - [#150936]) ([imeon_inverter docs])- 将 python-mystrom 升级到 2.5.0 ([@elsi06] - [#150947]) ([mystrom 文档])- 如果国家/地区援助,则询问用户 Z-Wave RF 区域 ([@MartinHjelmare] - [#150959]) ([zwave_js docs])- 将 onvif-zeep-async 升级到 4.0.4 ([@bdraco] - [#150969]) ([onvif 文档])- 从许可证检查中排除 ujson ([@emontnemery] - [#150980])- 在 Alexa 设备中启用国家/地区站点自动检测 ([@chemelli74] - [#150989]) ([alexa_devices docs])- 将前端更新至 20250811.1 ([@bramkragten] - [#151005]) ([前端文档]) [#150115]: https://github.com/home-assistant/核心/pull/150115 [#150412]: https://github.com/home-assistant/核心/pull/150412 [#150608]: https://github.com/home-assistant/核心/pull/150608 [#150613]: https://github.com/home-assistant/核心/pull/150613 [#150624]: https://github.com/home-assistant/核心/pull/150624 [#150718]: https://github.com/home-assistant/核心/pull/150718 [#150744]: https://github.com/home-assistant/核心/pull/150744 [#150754]: https://github.com/home-assistant/核心/pull/150754 [#150756]: https://github.com/home-assistant/核心/pull/150756 [#150760]: https://github.com/home-assistant/核心/pull/150760 [#150797]: https://github.com/home-assistant/核心/pull/150797 [#150800]: https://github.com/home-assistant/核心/pull/150800 [#150809]: https://github.com/home-assistant/核心/pull/150809 [#150816]: https://github.com/home-assistant/核心/pull/150816 [#150818]: https://github.com/home-assistant/核心/pull/150818 [#150821]: https://github.com/home-assistant/核心/pull/150821 [#150839]: https://github.com/home-assistant/核心/pull/150839 [#150846]: https://github.com/home-assistant/核心/pull/150846 [#150847]: https://github.com/home-assistant/核心/pull/150847 [#150857]: https://github.com/home-assistant/核心/pull/150857 [#150858]: https://github.com/home-assistant/核心/pull/150858 [#150866]: https://github.com/home-assistant/核心/pull/150866 [#150881]: https://github.com/home-assistant/核心/pull/150881 [#150892]: https://github.com/home-assistant/核心/pull/150892 [#150896]: https://github.com/home-assistant/核心/pull/150896 [#150899]: https://github.com/home-assistant/核心/pull/150899 [#150900]: https://github.com/home-assistant/核心/pull/150900 [#150916]: https://github.com/home-assistant/核心/pull/150916 [#150922]: https://github.com/home-assistant/核心/pull/150922 [#150924]: https://github.com/home-assistant/核心/pull/150924 [#150930]: https://github.com/home-assistant/核心/pull/150930 [#150936]: https://github.com/home-assistant/核心/pull/150936 [#150947]: https://github.com/home-assistant/核心/pull/150947 [#150959]: https://github.com/home-assistant/核心/pull/150959 [#150969]: https://github.com/home-assistant/核心/pull/150969 [#150980]: https://github.com/home-assistant/核心/pull/150980 [#150989]: https://github.com/home-assistant/核心/pull/150989 [#151005]: https://github.com/home-assistant/核心/pull/151005 [@Imeon-Energy]: https://github.com/Imeon-Energy [@JP-Ellis]: https://github.com/JP-Ellis [@LG-ThinQ-集成]: https://github.com/LG-ThinQ-集成 [@MartinHjelmare]: https://github.com/MartinHjelmare [@agners]: https://github.com/agners [@balloob]: https://github.com/balloob [@bdraco]: https://github.com/bdraco [@bieniu]: https://github.com/bieniu [@bramkragten]: https://github.com/bramkragten [@cdce8p]: https://github.com/cdce8p [@cgtobi]: https://github.com/cgtobi [@chemelli74]: https://github.com/chemelli74 [@elsi06]: https://github.com/elsi06 [@emontnemery]: https://github.com/emontnemery [@epenet]: https://github.com/epenet [@frenck]: https://github.com/frenck [@gjohansson-ST]: https://github.com/gjohansson-ST [@joostlek]: https://github.com/joostlek [@kepstin]: https://github.com/kepstin [@markhannon]: https://github.com/markhannon [@noahhusby]: https://github.com/noahhusby [@peteS-UK]: https://github.com/peteS-UK [@thomasddn]: https://github.com/thomasddn [@tronikos]: https://github.com/tronikos [@tschamm]: https://github.com/tschamm [ai_task docs]: /integrations/ai_task/ [airgradient docs]: /integrations/airgradient/ [airnow docs]: /integrations/airnow/ [alexa_devices docs]: /integrations/alexa_devices/ [amberelectric docs]: /integrations/amberelectric/ [蓝牙 docs]: /integrations/蓝牙/ [bosch_shc docs]: /integrations/bosch_shc/ [esphome docs]: /integrations/esphome/ [前端 docs]: /integrations/frontend/ [hassio docs]: /integrations/hassio/ [holiday docs]: /integrations/holiday/ [icloud docs]: /integrations/icloud/ [imeon_inverter docs]: /integrations/imeon_inverter/ [imgw_pib docs]: /integrations/imgw_pib/ [lg_thinq docs]: /integrations/lg_thinq/ [Matter docs]: /integrations/Matter/ [media_extractor docs]: /integrations/media_extractor/ [mystrom docs]: /integrations/mystrom/ [nanoleaf docs]: /integrations/nanoleaf/ [netatmo docs]: /integrations/netatmo/ [onvif docs]: /integrations/onvif/ [openai_conversation docs]: /integrations/openai_conversation/ [opower docs]: /integrations/opower/ [renault docs]: /integrations/renault/ [russound_rio docs]: /integrations/russound_rio/ [smartthings docs]: /integrations/smartthings/ [squeezebox docs]: /integrations/squeezebox/ [volvo docs]: /integrations/volvo/ [withings docs]: /integrations/withings/ [workday docs]: /integrations/workday/ [zimi docs]: /integrations/zimi/ [zwave_js docs]: /integrations/zwave_js/
需要帮助吗?加入社区!
家庭助理拥有庞大的用户群体,他们都非常愿意互相帮助。那么,加入我们吧! 我们非常活跃的 Discord 聊天服务器 是一个绝佳的地方, 并且不要忘记加入我们精彩的论坛。 发现错误或问题?请在我们的问题跟踪器 中报告该问题 把它修好!或者查看我们的帮助页面以获取更多指导 你可以去的地方。 您更喜欢电子邮件吗? 订阅开放之家基金会时事通讯 将有关功能、社区中发生的事情以及支持开放主页的其他项目的最新消息直接发送到您的收件箱。
向后不兼容的更改
我们尽力避免对现有功能进行更改,这可能会意外影响您的 Home Assistant 安装。不幸的是,有时这是意外的。我们始终确保记录这些更改,以使过渡变得简单
对你来说是可能的。此版本具有以下向后不兼容的更改:
Android 调试 Bridge 媒体播放器现在报告一个关闭状态,而之前报告了一个状态。如果您依赖于 Android 调试桥媒体播放器报告了足够的自动化或脚本状态,则需要更新它们才能使用新的 off 状态。([@emontnemery] - [#148130]) (文档)
[@emontnemery]: https://github.com/emontnemery
[#148130]: https://github.com/home-assistant/核心/pull/148130
Apple TV 媒体播放器目前报告已关闭,之前报告了一个状态。如果您依赖 Apple TV 媒体播放器报告了部分自动化或脚本状态,则需要更新它们才能使用新的 off 状态。([@emontnemery] - [#148132]) (文档)
[@emontnemery]: https://github.com/emontnemery
[#148132]: https://github.com/home-assistant/核心/pull/148132
剑桥音频媒体播放器目前报告已关闭,之前报告了一个状态。如果您依赖于报告了剑桥音频媒体播放器的自动化或脚本的状态,您将需要使用新的 off 状态来更新它们。([@emontnemery] - [#148133]) (文档)
[@emontnemery]: https://github.com/emontnemery
[#148133]: https://github.com/home-assistant/核心/pull/148133
Home Assistant 中正在移除吸尘器实体上的电池属性。因此,该属性现在已从集成中删除,并由电池传感器传感器替换。请检查您使用电池属性的自动化、脚本或配置,并更新代码以使用电池传感器。 ([@mib1185] - [#149084]) ([@edenhaus] - [#149581]) (文档) [@mib1185]: https://github.com/mib1185 [#149084]: https://github.com/home-assistant/核心/pull/149084 [@edenhaus]: https://github.com/edenhaus [#149581]: https://github.com/home-assistant/核心/pull/149581
Husqvarna Automower 日历平台提供的日历事件的摘要字段已更新,以包含设备名称作为附件。当使用多台割草机时,此更改提高了流程图,但可能会影响对先前摘要格式的自动化的依赖。([@Thomas55555] - [#147405]) (文档) [@Thomas55555]: https://github.com/Thomas55555 [#147405]: https://github.com/home-assistant/核心/pull/147405
LOOKin 媒体播放器目前已报告状态已关闭,之前报告了一些情况。如果您依赖于 LOOKin 媒体播放器报告了足够的自动化或脚本状态,您将需要使用新的 off 状态来更新它们。([@emontnemery] - [#148134]) (文档)
[@emontnemery]: https://github.com/emontnemery
[#148134]: https://github.com/home-assistant/核心/pull/148134
Home Assistant 中正在移除吸尘器实体上的电池属性。因此,该属性现在已从集成中删除,并由电池传感器传感器替换。请检查您使用电池属性的自动化、脚本或配置,并更新代码以使用电池传感器。 ([@MartinHjelmare] - [#150061]) (文档) [@MartinHjelmare]: https://github.com/MartinHjelmare [#150061]: https://github.com/home-assistant/核心/pull/150061
Mediaroom媒体播放器目前报告已关闭,之前报告了一个状态。如果您依赖 Mediaroom 媒体播放器报告了足够的自动化或脚本状态,则需要更新它们才能使用新的 off 状态。([@emontnemery] - [#148135]) (文档)
[@emontnemery]: https://github.com/emontnemery
[#148135]: https://github.com/home-assistant/核心/pull/148135
Home Assistant 中正在移除吸尘器实体上的电池属性。因此,该属性现在已从集成中删除,并由电池传感器传感器替换。请检查您使用电池属性的自动化、脚本或配置,并更新代码以使用电池传感器。 ([@astrandb] - [#148765]) (文档) [@astrandb]: https://github.com/astrandb [#148765]: https://github.com/home-assistant/核心/pull/148765
Reolink Wi-Fi 信号强度传感器之间已从 0 到 4(条数)的指标值更改为 -85 dBm 到 -30 dBm 之间的 dBm 值。请注意,此范围内的所有值都是可能的,但大致旧值可以像这样转换:
- 0 > -85 dBm- 1 > -75 dBm- 2 > -65 dBm- 3 > -55 dBm- 4 > -45 dBm([@starkillerOG] - [#149191]) (文档) [@starkillerOG]: https://github.com/starkillerOG [#149191]: https://github.com/home-assistant/核心/pull/149191
Home Assistant 中正在移除吸尘器实体上的电池属性。因此,该属性现在已从集成中删除,并由电池传感器传感器替换。请检查您使用电池属性的自动化、脚本或配置,并更新代码以使用电池传感器。 ([@luca-angemi] - [#150126]) (文档) [@luca-angemi]: https://github.com/luca-angemi [#150126]: https://github.com/home-assistant/核心/pull/150126
Roku 媒体播放器目前报告已关闭,之前报告了一个状态。如果您依赖 Roku 媒体播放器报告了足够的自动化或脚本状态,则需要更新它们才能使用新的 off 状态。([@emontnemery] - [#148137]) (文档)
[@emontnemery]: https://github.com/emontnemery
[#148137]: https://github.com/home-assistant/核心/pull/148137
Snapcast 媒体播放器目前已报告状态已关闭,之前报告了一些情况。如果您依赖 Snapcast 媒体播放器报告了足够的自动化或脚本状态,则需要更新它们才能使用新的 off 状态。([@emontnemery] - [#148138]) (文档)
[@emontnemery]: https://github.com/emontnemery
[#148138]: https://github.com/home-assistant/核心/pull/148138
索尼 PlayStation 4 媒体播放器实体状态现在报告为关闭状态,之前报告为发生状态。如果您依赖于索尼 PlayStation 4 媒体播放器报告了部分自动化或脚本状态,您将需要更新它们才能使用新的 off 状态。([@emontnemery] - [#148136]) (文档)
[@emontnemery]: https://github.com/emontnemery
[#148136]: https://github.com/home-assistant/核心/pull/148136
从模板返回 None 二元传感器的状态模板现在被解释为 unknown 状态,而不是 off 状态。
如果不需要这种行为,您需要调整模板以显式返回 False 。
([@epenet] - [#128861]) (文档)
[@epenet]: https://github.com/epenet
[#128861]: https://github.com/home-assistant/核心/pull/128861
Home Assistant 中正在移除吸尘器实体上的电池属性。因此,该属性现在已从集成中删除,并由电池传感器传感器替换。请检查您使用电池属性的自动化、脚本或配置,并更新代码以使用电池传感器。 ([@epenet] - [#150086]) (文档) [@epenet]: https://github.com/epenet [#150086]: https://github.com/home-assistant/核心/pull/150086
已删除对在 6.0.0 以下版本上运行的 UniFi Protect 安装的支持。此更改是必要的,因为我们正在迁移 Home Assistant 集成以使用新的 UniFi Protect Public API,该 API 仅在当前版本中可用。如果您运行的是旧版本的 UniFi Protect,则需要升级到至少版本 6.0.0 才能继续使用此集成。您可以在 Ubiquiti 的官方博客文章中阅读有关 6.0 版本的更多信息:🔗 保护 6.0 简介 未来更新注意事项: 公共 API 将在积极开发中,可能会随着时间的推移而发生变化。随着我们继续迁移集成更多功能以使用公共 API,UniFi Protect 所需的最低版本可能会在即将发布的 Home Assistant 版本中进一步增加。随着 API 的发展和新功能的出现,我们将逐步进行这些更改。我需要做什么? 将 UniFi Protect 安装升级到版本 6.0.0 或更高版本。为未来可能进一步增加最低版本做好准备。 如果您已经使用版本 6.0.0 或更高版本,并且使用中的用户拥有足够的权限,集成将尝试自动创建新的 API 密钥。如果,则需采取进一步的成功操作。如果失败,将触发重新身份验证,要求您重新输入密码并手动提供 API 密钥。([@RaHehl] - [#149126]) (文档) [@RaHehl]: https://github.com/RaHehl [#149126]: https://github.com/home-assistant/核心/pull/149126
洗衣机/dryer 机器的门状态现在报告为二元传感器,而不是主机状态传感器的一部分,后者现在仅报告循环状态。在自动化或脚本中依赖此状态的用户将需要更新其配置才能使用新的二元传感器。 ([@abmantis] - [#144078]) (文档) [@abmantis]: https://github.com/abmantis [#144078]: https://github.com/home-assistant/核心/pull/144078
通过此发布,您将需要更新您的 zwave-js-server 实例。您必须使用 zwave-js-server 3.2.1 或更高版本(架构 44)。- 如果您使用 Z-Wave JS 插件,则至少需要版本 0.20.0。- 如果您使用 Z-Wave JS UI 插件,则至少需要版本 4.8.0。- 如果您使用 Z-Wave JS UI Docker 容器,则至少需要版本 10.11.0。- 如果您运行自己的 Docker 容器或其他安装方法,则需要将 zwave-js-server 实例至少更新到 3.2.1。([@MartinHjelmare] - [#149616]) (文档) [@MartinHjelmare]: https://github.com/MartinHjelmare [#149616]: https://github.com/home-assistant/核心/pull/149616
如果您是自定义集成开发人员并且想要了解更改和 可用于您的集成的新功能:请务必遵循我们的 [开发者博客][开发博客]。其中最显着的变化如下 发布:
- 自操作系统 16 起处理附加组件中的打开文件限制
- 媒体播放器 STANDBY 状态已弃用
- 结果属性已从 FlowResult 类型字典中删除
- 更新了帮助集成链接到其他集成设备的指南
- 吸尘器电池属性已弃用 [devblog]: https://开发者.home-assistant.io/博客/
所有更改
当然,这篇文章还有很多内容。您可以在此处找到所有更改的列表:Home Assistant Core 2025.8 的完整变更日志

