title: '0.87:SmartThings、区域与实体注册表 UI' description: '<a href=''/home-assistant/integrations/版本/0.87''<img src=''/home-assistant/images/blog/2019-02-release-87/components.png'' style=''border: 0;box-shadow:。' 又一个精彩的 Home Assistant 版本来了。

0.87:SmartThings、区域与实体注册表 UI

今天我们发布 Home Assistant 0.87,这是今年的第三个版本。除了修复大量 bug 和提升性能之外,我们还带来了一些很酷的新功能。

先说最大的亮点:我们现在支持 SmartThings 了。通过一个可安装在 SmartThings 中的自定义应用,你现在可以在 SmartThings 中的每个设备状态一发生变化时,就立即把它推送到 Home Assistant。再也不用折腾 MQTT 桥接或其他曲线方案了。特别感谢 @andrewsayre 让这一切成为现实。想开始使用的话,请查看 SmartThings docs

本次发布还引入了由 @Kane610 带来的全新区域功能。区域允许用户按照设备所在的物理区域(例如厨房或客厅)来组织设备。这将为未来一整套新功能打开空间(尽管目前还没有全部实现)。在这个版本中,用户可以在配置面板中管理区域,并通过集成页面把设备放入区域。未来我们计划加入基于区域的用户权限以及 Lovelace 区域卡片。如果你已经迫不及待想用上区域功能, @thomasloven 已经创建了一个可利用区域信息的 自定义 Lovelace 卡片

本次发布还包含了一个管理实体注册表的 UI。实体注册表保存了 Home Assistant 曾见过的所有带唯一 ID 的实体。它允许用户快速重命名实体、修改实体 ID,或让 Home Assistant 忘记那些已经不再活跃的实体。

我们也没有忘记前端。上个版本我们推出了 Lovelace,所以这个版本主要聚焦在修复 bug、提升性能和可用性上。感谢 @bramkragten,YAML 编辑器现在升级为带行号的完整编辑器。此外,还有一个新的 system health 集成,可以帮助用户在“信息”开发者工具中诊断问题。查看前端更新日志。

在这个版本中,我们还将 Material Design Icons 升级到了 3.3.92,其中一些图标名称发生了变化。请记得查看它们的更新日志

如果你更喜欢播客而不是发布说明,可以收听 Hass Podcast,Phil 和 Rohan 会在节目里讨论每一个新的 Home Assistant 版本,并持续关注家庭自动化领域的新动态。

新平台

发布 0.87.1 - February 9

新功能

如果你需要帮助……

欢迎使用我们非常活跃的论坛,或者加入我们的聊天频道。虽然发布说明开放评论,但我们更希望你使用前面这些沟通渠道。谢谢。

反馈问题

如果你遇到了这个版本引入的问题,请在我们的 issue tracker 中报告。请务必填写 issue 模板中的所有字段。

向后不兼容的变更

  • SolarEdge 传感器: This PR changes the 实体 names of this 传感器 and the monitoring 条件 keys in the 配置: sensor.solaredge_current_power -> sensor.solaredge_current_power, sensor.solaredge_last_day_data -> sensor.solaredge_energy_today, sensor.solaredge_last_month_data -> sensor.solaredge_energy_this_month, sensor.solaredge_last_year_data -> sensor.solaredge_energy_this_year, sensor.solaredge_life_time_data -> sensor.solaredge_lifetime_energy, (@LouisMT - #20109) (传感器.solaredge docs) (breaking change)
  • Geolocation is no longer creating a default group. (@exxamalte - #20338) (geo_location docs) (breaking change)
  • The Dovado 传感器 platform has been broken up into a Dovado component with 传感器 and 通知 platforms. The 配置 variables have been changed. Please refer to the 文档 for the correct 配置. (@rohankapoorcom - #20339) (dovado docs) (传感器.dovado docs) (breaking change)
  • Brottsplatskartan: The incident type count is reset every day. Before this change, it didn't reset until you restarted Home Assistant. (@chrillux - #20117) (传感器.brottsplatskartan docs) (breaking change)
  • Ambient PWS has new 配置 and 实体 IDs will change. 配置 it now via the 集成 page. (@bachya - #20332) (ambient_station docs) (传感器.ambient_station docs) (breaking change)
  • New Transmission component. With the introduction of the Transmission component, the 配置 for Transmission 传感器 and 开关 has been moved to the component 配置. 配置 must be changed accordingly. (@MatteGary - #19230) (transmission docs) (传感器.transmission docs) (breaking change) (new-platform)
  • The 报警 control 面板 will now flag mistyped configs from configuration.yaml correctly as invalid, instead of just ignoring them. (@emontnemery - #20224) (alarm_control_panel docs) (breaking change)
  • MQTT platforms will now flag mistyped configs from configuration.yaml correctly as invalid, instead of just ignoring them. (@emontnemery - #20562) (MQTT docs) (breaking change)

Beta 修复

所有变更