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
2 changed files with 11 additions and 1 deletions
|
@ -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"
|
||||
}
|
Loading…
Add table
Reference in a new issue