mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-10 02:46:53 +00:00
Mention simple-entity
type in entities.markdown (#27412)
* Mention `simple-entity` type in entities.markdown Describe how `simple-entity` type can be used to get a read only version of a helper in an entities card. I've seen this question for how to do this come up several times on discord, and the solution is currently undocumented. * Update source/_dashboards/entities.markdown Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> * Update entities.markdown --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
parent
1bd9fb0e9c
commit
e9f5af55fa
@ -65,7 +65,7 @@ entity:
|
||||
type: string
|
||||
type:
|
||||
required: false
|
||||
description: "Sets a custom card type: `custom:my-custom-card`"
|
||||
description: "Sets a custom card type: `custom:my-custom-card`. It also can be used to force entities with a default special row format to render as a simple state. You can do this by setting the type: `simple-entity`. This can be used, for example, to replace a helper with an editable control with a read-only value."
|
||||
type: string
|
||||
name:
|
||||
required: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user