mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 13:15:18 +02:00
Add missing device action string for text (#82963)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
@@ -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"
|
||||
}
|
Reference in New Issue
Block a user