1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-21 02:18:47 +00:00
Files
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

9 lines
128 B
JSON

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