0.46:Rachio 喷灌、Netgear Arlo 摄像头与 Z-Wave 风扇

0.46 来了!这个版本没有加入太多新的集成,而是将重点放在错误修复上。

New platforms

发布 0.46.1 - June 9

Backward-incompatible changes

  • The USPS 传感器 实体 names have changed as there are now two. One for packages and one for mail. Config will now also use scan_interval instead of update_interval (@happyleavesaoc - #7655) (breaking change)
  • 自动化 状态 触发器: From/to checks will now ignore 状态 changes that are just 属性 changess (@amelchio - #7651) (自动化.状态 docs) (breaking change)
  • Redesign monitored variables for hp_ilo 传感器. monitored_variables is now a list of name and sensor_type values (@Juggels - #7534) (传感器.hp_ilo docs) (breaking change)
sensor:
  - platform: hp_ilo
    host: IP_ADDRESS or HOSTNAME
    username: USERNAME
    password: PASSWORD
    monitored_variables:
      - name: SENSOR NAME
        sensor_type: SENSOR TYPE
  • 自动化 - time: The after keyword for time 触发器 (not 条件) has been deprecated in favor of the at keyword. This resembles better what it does (old one still works, gives a 警告) (@armills - #7846) (自动化.time docs) (breaking change)
  • 自动化 - numeric_state: above and below will no longer 触发器 if it is equal. (@armills - #7857) (breaking change)
  • Broadlink 开关: 实体 ids will change for 开关 that don't have a default name set. In this case the object_id is now used. (@abmantis - #7845) (开关.broadlink docs) (breaking change)
  • Disallow ambiguous color descriptors in the 灯光.turn_on schema. This means that you can no longer specify both xy_color and rgb_color. (@amelchio - #7765) (breaking change)

如果你需要帮助……

……欢迎随时使用我们非常活跃的论坛,或者加入我们的聊天频道。虽然发布说明开放了评论,但我们仍更推荐你使用前面的沟通渠道。谢谢。

反馈问题

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

All changes