Add missing device action string for text (#82963)

Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
Raman Gupta 2022-11-30 03:40:24 -05:00 committed by GitHub
parent f2180de7c0
commit e88e8862db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,8 @@
{
"title": "Text"
"title": "Text",
"device_automation": {
"action_type": {
"set_value": "Set value for {entity_name}"
}
}
}

View file

@ -1,3 +1,8 @@
{
"device_automation": {
"action_type": {
"set_value": "Set value for {entity_name}"
}
},
"title": "Text"
}