hass-core/homeassistant/components/text/strings.json
Raman Gupta e88e8862db
Add missing device action string for text (#82963)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2022-11-30 09:40:24 +01:00

8 lines
128 B
JSON

{
"title": "Text",
"device_automation": {
"action_type": {
"set_value": "Set value for {entity_name}"
}
}
}