title: '0.48: Snips.ai、Shiftr.io 与大幅提升的 History 查询速度' description: '<a href=''/home-assistant/integrations/版本/0.48''<img src=''/home-assistant/images/blog/2017-07-0.48/components.png'' style=''border: 0;box-shadow: none;''</a。' 通过 Shiftr.io 可视化数据,并享受更快的历史记录浏览体验。

0.48: Snips.ai、Shiftr.io 与大幅提升的 History 查询速度

又到了发布精彩新版本的时候了!

We've started the process of upgrading our 前端 technology. If you notice something not working that did work before, please open an issue.

Pascal has added a new option to Home Assistant 核心 to set a list of whitelisted folders that Home Assistant can read from. When a component allows to send files (like Telegram), it will only be allowed to send files from those directories. The only default whitelisted folder is the public <config>/www directory.

Z-Wave will, as announced in the last 发布, be defaulting to generate the new 实体 ids. More info in the 博客 post. You can still opt-in for the old style.

zwave:
  new_entity_ids: false

History 查询大幅提速

多亏了 @cmsimike#8255 中的工作,你在使用历史记录视图时会感受到明显提速。在他的本地测试中,查询时间从 1 分钟缩短到了 90 毫秒!⚡️

Snips.ai 组件

Snips 贡献了一个用于集成其 Snips.ai 本地语音助手的组件。这样你就可以把扬声器和麦克风接到树莓派上,快速搭建属于你自己的本地版 Amazon Echo。更多说明请参阅文档

另外也要感谢 @michaelarnauts 一直关注我们的 Docker 构建,并再次成功缩小了镜像体积 👍

发布 0.48.1 - July 5

新平台

如果你需要帮助……

欢迎使用我们非常活跃的 论坛,或加入 聊天频道 与我们交流。虽然发布说明也开放评论,但我们更推荐使用前面的沟通渠道。谢谢。

反馈问题

如果你遇到了这个版本引入的问题,请前往我们的 issue tracker 提交反馈,并确保填写 issue 模板中的所有字段。

不向后兼容的变更

  • 我们新增了一个白名单选项,用于指定哪些文件夹可以作为发送文件的来源。如果你在 telegram 组件中使用文件发送功能,就需要配置这个选项。 (@pvizeli - #8189) (breaking change)
homeassistant:
  allowlist_external_dirs:
    - /tmp
    - /home/kenji/data
notify:
  - name: mail
    platform: smtp
    server: !secret smtp_server
    sender: !secret mail_alert
    username: !secret mail_username
    password: !secret mail_password
    recipient: !secret mail_admin
    encryption: tls  # Or starttls, none
  • 灯光 - LIFX: The lifx_effect_breathe call was deprecated in 版本 0.47 and has now been removed. You can use lifx_effect_pulse with mode: breathe for the same effect. (@amelchio - #8222) (灯光.lifx docs) (breaking change)
  • LimitlessLED: No longer automatically fades the 灯光 when turning the 灯光 off. Can be restored with a new config option. (@SmilyOrg - #7369) (灯光.limitlessled docs) (breaking change)
light:
  platform: limitlessled
  bridges:

    - host: !secret limitless_v6_ip
      port: 5987
      version: 6
      groups:

      - number: 1
        type: rgbww
        name: Safari Glow
        fade: none

全部变更