|
发表于 2019-1-25 09:34:04
|
显示全部楼层
本帖最后由 laynexx 于 2019-1-25 09:37 编辑
过两天再升吧 每次新版本感觉总要折腾1-2个小版本
Noteworthy breaking changes
This release also includes two noteworthy breaking changes. One is a follow-up on the slugify breaking change from last release. We did not update the validation check for config options that need to be valid slugs. This means that some of your config values might be invalid. Keep an eye at the console as we have a new message to tell you which ones are wrong.
This issue also impacts the entity registry, which could contain in some rare cases invalid entity IDs. Expect entity IDs to change if they contained a double underscore (which becomes 1) or if they started/ended in an underscore (which will be removed).
Another noteworthy breaking change (sorry!), is that the automation time trigger has been split into two: time and time_pattern. If you had a time trigger containing the keys hours, minutes or seconds, update the platform from time to time_pattern.
https://www.home-assistant.io/docs/automation/trigger/#time-trigger
|
|