1
0
mirror of https://github.com/home-assistant/core.git synced 2026-03-03 16:20:40 +00:00
Files
core/homeassistant/components/lock/strings.json
Erik Montnemery 6d083969c2 Add device action support to the lock integration (#27499)
* Add device action support to the lock integration

* Check that the enitity supports open service
2019-10-17 17:20:10 -07:00

14 lines
297 B
JSON

{
"device_automation": {
"action_type": {
"lock": "Lock {entity_name}",
"open": "Open {entity_name}",
"unlock": "Unlock {entity_name}"
},
"condition_type": {
"is_locked": "{entity_name} is locked",
"is_unlocked": "{entity_name} is unlocked"
}
}
}