From 022184b4cf5ee3ba2421ed27fab264c9064be2a2 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 25 Feb 2020 18:09:19 -0800 Subject: [PATCH] Update 2020-02-18-106-custom-card-changes.md --- blog/2020-02-18-106-custom-card-changes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/blog/2020-02-18-106-custom-card-changes.md b/blog/2020-02-18-106-custom-card-changes.md index be04b94c..4457470e 100644 --- a/blog/2020-02-18-106-custom-card-changes.md +++ b/blog/2020-02-18-106-custom-card-changes.md @@ -16,6 +16,8 @@ Please check if your custom card still works with 0.106 and make adjustments to ### Helper functions +> We decided to postpone this change until 0.107. + A second change that was made, is that we no longer load all element types by default. We load them when they are needed. This will also help performance but might break your custom card. We introduced a set of helpers that you can use to create a Lovelace element, these are the same functions Home Assistant uses internally and will always be up to date to the version the user is using.