From 1b57c333031082da6f67180dd37619e9ecab9b0c Mon Sep 17 00:00:00 2001 From: cgtobi Date: Thu, 24 Jan 2019 00:16:09 +0100 Subject: [PATCH] Fix typo time instead of name (#8252) --- source/_posts/2019-01-23-release-86.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_posts/2019-01-23-release-86.markdown b/source/_posts/2019-01-23-release-86.markdown index 28cb0ae7886..c54e8744a10 100644 --- a/source/_posts/2019-01-23-release-86.markdown +++ b/source/_posts/2019-01-23-release-86.markdown @@ -42,7 +42,7 @@ This release also includes two noteworthy breaking changes. One is a follow-up o 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 `name` to `time_pattern`. +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`. ## {% linkable_title New Platforms %}