mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 19:57:07 +00:00
Add missing device action string for text (#82963)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
f2180de7c0
commit
e88e8862db
@ -1,3 +1,8 @@
|
|||||||
{
|
{
|
||||||
"title": "Text"
|
"title": "Text",
|
||||||
|
"device_automation": {
|
||||||
|
"action_type": {
|
||||||
|
"set_value": "Set value for {entity_name}"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
{
|
{
|
||||||
|
"device_automation": {
|
||||||
|
"action_type": {
|
||||||
|
"set_value": "Set value for {entity_name}"
|
||||||
|
}
|
||||||
|
},
|
||||||
"title": "Text"
|
"title": "Text"
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user