0.36: ISS, USPS, 图像 processing, Insteon

欢迎来到 2017,也欢迎来到 0.36。我们很高兴宣布今年的首个版本发布。虽然我们仍在继续将部分内容迁移到 async,但 0.36 主要聚焦于新功能和大量错误修复。

Packages

Packages 提供了一种全新的方式,用来将不同组件的配置部分组织在一起。通过 packages,你可以使用任意 !include 指令来引入不同组件,或者配置中的不同部分。

InfluxDB export

InfluxDB 组件此前在很多不同的使用场景下都会引发问题。@titilambert 改进了我们的 InfluxDB 导出功能。你可能需要运行这个迁移脚本,来更新你的 InfluxDB 数据库。

$ hass --script influxdb_migrator \
    -H IP_INFLUXDB_HOST -u INFLUXDB_USERNAME -p INFLUXDB_PASSWORD \
    -d INFLUXDB_DB_NAME

International Space Station (ISS)

不,很遗憾,我们这次还不会飞向太空。iss 传感器可以追踪国际空间站的位置,并提供一些相关详情。

Insteon local

由于一些问题,Insteon 支持曾在一段时间前被移除。现在,借助 insteon_local 组件,对 Insteon 的支持又回来了,并且可以让你在本地控制 Insteon 设置。

图像 processing

新的图像处理组件目前已经可以配合车牌识别使用。不过,这也为后续集成人脸识别、运动检测或手势控制等功能铺平了道路。

All changes

发布 0.36.1 - January 17

Backward-incompatible changes

  • APNS 服务 was moved to the notify domain. Use notify.apns_NOTIFIER_NAME instead of apns.NOTIFIER_NAME.
  • InfluxDB component has a new schema to store values in the InfluxDB database. You may require to run the influxdb_migrator 脚本. You have to note:
    • There will not be any tags/fields named time anymore.
    • All numeric fields (int/float/bool) will be stored as float inside influx db.
    • All string fields corresponding to 状态 属性 will be renamed as FIELDNAME_str, where FIELDNAME is the 状态 属性, to avoid type conflicts.
    • All string fields corresponding to a 状态 will be renamed as 状态 (former value).
    • Fields named value will always be stored as float.
    • Fields named 状态 will always be stored as string.
  • TTS cache files use now the language abbreviation as part of the name. If you want to use the cache, it need to be renamed or cleared, new 创建. E. g. HASH_PLATFORM.xxx -> HASH_LANG_PLATFORM.xxx.

If you need help...

...don't hesitate to use our Forum or join us for a little chat. The 发布 notes have comments enabled but it's preferred if you use the former communication channels. Thanks.

Reporting Issues

Experiencing issues introduced by this 发布? Please report them in our issue tracker. Make sure to fill in all fields of the issue 模板.