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
This commit is contained in:
Tomasz Jagusz 2019-10-23 20:14:24 +02:00 committed by Franck Nijhof
parent 2ac48b3606
commit 6136497878

View File

@ -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 %}