Files
core/homeassistant/components/light/strings.json
Erik Montnemery b1c2a5fa08 Add device automation action (#26455)
* Add support for device actions, with light as example.

* Add translation; return list
2019-09-05 16:26:22 -07:00

18 lines
362 B
JSON

{
"device_automation": {
"action_type": {
"toggle": "Toggle {name}",
"turn_on": "Turn on {name}",
"turn_off": "Turn off {name}"
},
"condition_type": {
"is_on": "{name} is on",
"is_off": "{name} is off"
},
"trigger_type": {
"turn_on": "{name} turned on",
"turn_off": "{name} turned off"
}
}
}