mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 10:17:23 +00:00
Added action_name config value for button card (#24641)
This commit is contained in:
parent
f3bb41a6c4
commit
b27277518c
@ -101,6 +101,11 @@ theme:
|
|||||||
required: false
|
required: false
|
||||||
description: Override the used theme for this card with any loaded theme. For more information about themes, see the [frontend documentation](/integrations/frontend/).
|
description: Override the used theme for this card with any loaded theme. For more information about themes, see the [frontend documentation](/integrations/frontend/).
|
||||||
type: string
|
type: string
|
||||||
|
action_name:
|
||||||
|
required: false
|
||||||
|
description: Override the default action name for a button row.
|
||||||
|
type: string
|
||||||
|
default: Run
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user