mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Rationalisation (#11908)
Move options for visible to be under Visible heading
This commit is contained in:
parent
ca9689747b
commit
792a18b9a8
@ -57,17 +57,6 @@ views:
|
||||
default: true
|
||||
{% endconfiguration %}
|
||||
|
||||
### Options For Visible
|
||||
|
||||
If you define `visible` as objects instead of a boolean to specify conditions for displaying the view tab:
|
||||
|
||||
{% configuration badges %}
|
||||
user:
|
||||
required: true
|
||||
description: User id that can see the view tab (unique hex value found on the Users configuration page).
|
||||
type: string
|
||||
{% endconfiguration %}
|
||||
|
||||
#### Example
|
||||
|
||||
View config:
|
||||
@ -141,6 +130,16 @@ views:
|
||||
cards:
|
||||
...
|
||||
```
|
||||
### Options For Visible
|
||||
|
||||
If you define `visible` as objects instead of a boolean to specify conditions for displaying the view tab:
|
||||
|
||||
{% configuration badges %}
|
||||
user:
|
||||
required: true
|
||||
description: User id that can see the view tab (unique hex value found on the Users configuration page).
|
||||
type: string
|
||||
{% endconfiguration %}
|
||||
|
||||
## Panel
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user