title: '0.88:人物、命令行认证与事件订阅' description: '<a href=''/home-assistant/integrations/版本/0.88''<img src=''/home-assistant/images/blog/2019-02-release-88/components.png'' style=''border: 0;box-shadow:。' 和性能提升。

0.88:人物、命令行认证与事件订阅

发布 0.88 has landed. It's been a busy two weeks with a ton of cool stuff and improvements.

This 发布 introduces a new person component thanks to @MartinHjelmare. With this component, Home Assistant can be set up to track the people in your home. Each person can be linked to a 用户 and multiple 设备 tracker 实体. This 发布 does basic 设备 tracker 状态 merging, which will be evolved in the future. 设备 trackers merging their own 状态 will be phased out in favor of persons. You can 配置 persons via the config 面板. To get started, add the person component to your 配置.yaml file: person:. If you want to automatically stay up to date with the latest default Home Assistant components, you can now also add default_config: to your config.

本次发布还扩展了事件开发者工具,加入了事件调试器。它允许你监听核心事件,并把它们直接输出到屏幕上。这让你可以很容易找出遥控器发出的事件数据。

Screenshot of the new event subscription tool.

我们还加入了新的命令行认证提供器。它允许你使用 shell 脚本来校验登录系统的用户。这带来了很高的灵活性,比如你现在可以对接 LDAP 做认证。更多信息请查看文档

@andrewsayre has been working hard on extending the SmartThings support. This 发布 brings 传感器 and 温控 设备 into the mix. Awesome!

值得注意的向后不兼容变更

我们加强了配置校验,因此你可能会看到一些新的警告。平台配置将不再允许包含未被支持的键,这有助于发现你当前及未来 YAML 配置中的拼写错误。目前这仍然只会退回为警告,但未来会升级为真正的错误。

给 Lovelace 自定义卡片开发者的提醒:如果你的代码依赖 <paper-button>,现在需要更新为 <mwc-button> 才能获得类似组件。

给自定义组件开发者的提醒:我们正在迁移到新的文件结构。更多信息请见开发者博客

新平台

新功能

发布 0.88.1 - February 21

发布 0.88.2 - February 27

如果你需要帮助……

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

反馈问题

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

向后不兼容的变更

Beta 修复

所有变更