From a10ef36a8ac41ce5a33410c0f628487c1a562745 Mon Sep 17 00:00:00 2001 From: Daniel <44697375+azrael783@users.noreply.github.com> Date: Thu, 15 Jul 2021 15:30:42 +0200 Subject: [PATCH] Removed icon (#18523) Removed the "icon" section from the configuration due to the fact that the gauge card doesn't show the icon. --- source/_lovelace/gauge.markdown | 5 ----- 1 file changed, 5 deletions(-) diff --git a/source/_lovelace/gauge.markdown b/source/_lovelace/gauge.markdown index cea36e15830..c82dc46e4b5 100644 --- a/source/_lovelace/gauge.markdown +++ b/source/_lovelace/gauge.markdown @@ -39,11 +39,6 @@ unit: description: Unit of measurement given to data. type: string default: Unit of measurement given by entity -icon: - required: false - description: Overwrites icon. - type: string - default: Entity domain icon theme: required: false description: Override the used theme for this card with any loaded theme. For more information about themes, see the [frontend documentation](/integrations/frontend/).