mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 12:56:54 +00:00
Add Name option to Media Control Card (#13739)
This commit is contained in:
parent
8d90efbd6f
commit
c723f60df3
@ -20,6 +20,11 @@ entity:
|
|||||||
required: true
|
required: true
|
||||||
description: "A media player `entity_id`."
|
description: "A media player `entity_id`."
|
||||||
type: string
|
type: string
|
||||||
|
name:
|
||||||
|
required: false
|
||||||
|
description: Overwrites friendly name.
|
||||||
|
type: string
|
||||||
|
default: Name of Entity
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
Loading…
x
Reference in New Issue
Block a user