mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Add name variable (#7661)
This commit is contained in:
parent
5be03d0094
commit
84ec69b226
@ -26,6 +26,11 @@ entity:
|
|||||||
required: true
|
required: true
|
||||||
description: Entity id of `climate` domain
|
description: Entity id of `climate` domain
|
||||||
type: string
|
type: string
|
||||||
|
name:
|
||||||
|
required: false
|
||||||
|
description: Overwrites friendly name.
|
||||||
|
type: string
|
||||||
|
default: Name of Entity.
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
## {% linkable_title Example %}
|
## {% linkable_title Example %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user