0.16: Embedded MQTT broker, Uber, Yamaha receivers and Growl

各位派对玩家,0.16 来了!这次发布最大的亮点是,我们通过可启动内置 MQTT 服务器 hbMQTT,彻底降低了 MQTT 的上手门槛。只要在配置中加入 mqtt:,代理服务就会启动并连接到 Home Assistant。

此外,这次发布还包含了大量很酷的新功能、错误修复,以及 Vera 和 Tellstick 组件的重写(详见文末“不向后兼容的更改”部分)。

尽情享受吧。

Backward-incompatible changes

  • 自动化: support for old deprecated config has been removed

  • Tellstick 配置 has changed

tellstick:
  signal_repetitions: X
  • Vera 配置 has changed
vera:
  vera_controller_url: http://192.168.1.161:3480/
  # Optional to exclude devices - this is a list of vera device ids
  exclude: [ 13, 14, 16, 20, 23, 72, 73, 74, 75, 76, 77, 78, 88, 89, 99]
  # Optional to import switches as lights - this is a list of vera device ids
  lights: [15, 17, 19, 21, 22, 24, 26, 43, 64, 70, 87]