1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00
Files
core/homeassistant/components/light/strings.json
Erik Montnemery 3aa2729716 Add improvements of device_automation from frontend PR 3514 (#26295)
* Add improvements from frontend PR 3514

* Fix test

* Tweak
2019-09-01 21:40:18 -07:00

9 lines
136 B
JSON

{
"device_automation": {
"trigger_type": {
"turn_on": "{name} turned on",
"turn_off": "{name} turned off"
}
}
}