From 6136497878176bafb305c4cb6aaa8f693ae8e742 Mon Sep 17 00:00:00 2001 From: Tomasz Jagusz Date: Wed, 23 Oct 2019 20:14:24 +0200 Subject: [PATCH] Update control section in group (#10726) * update control section `control: hidden` works fine on lovelace because of https://github.com/home-assistant/home-assistant-polymer/pull/2478 * Added info about generated mode od Lovelace --- source/_integrations/group.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/group.markdown b/source/_integrations/group.markdown index d56e3f7fdea..451f8ca80a5 100644 --- a/source/_integrations/group.markdown +++ b/source/_integrations/group.markdown @@ -55,7 +55,7 @@ view: type: boolean default: false control: - description: "**Only applies to the deprecated UI `/states`**. Set value to `hidden`. If hidden then the group switch will be hidden. *Does not apply to Lovelace.*" + description: "**This is only a feature in generated mode of Lovelace** If value set to `hidden` the group switch will be hidden." required: false type: string {% endconfiguration %}