From 348b88a0fcc69520f1b91d9123a4b5898e36a248 Mon Sep 17 00:00:00 2001 From: Sean Mooney Date: Fri, 9 Oct 2020 09:22:50 -0400 Subject: [PATCH] Entities card - remove outdated note about UI editor warning (#15043) One of the new improvements added in 0.116 release is that the Entities card editor will no longer warn about dividers, weblinks, and other special entity rows. So this note is no longer needed. Pic of them displaying without warnings: ![image](https://i.imgur.com/EmCfRwP.png) --- source/_lovelace/entities.markdown | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/_lovelace/entities.markdown b/source/_lovelace/entities.markdown index 63540c99193..f6f4bd443c9 100644 --- a/source/_lovelace/entities.markdown +++ b/source/_lovelace/entities.markdown @@ -374,7 +374,3 @@ entities: text: Are you sure you want to restart? service: script.libreelec_power_cycle ``` - -
-Please be aware that the entity types divider and weblink aren't yet supported by the UI editor and a warning about `Expected a value of type...` is shown. You can ignore the warning and save your edits to verify. -