mirror of
https://github.com/home-assistant/core.git
synced 2026-03-03 16:20:40 +00:00
* Add device action support to the lock integration * Check that the enitity supports open service
14 lines
297 B
JSON
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"
|
|
}
|
|
}
|
|
}
|