mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 16:17:20 +00:00
Make actions labels consistent for Template alarm control panel (#149574)
This commit is contained in:
parent
978ee3870c
commit
e8b8d31027
@ -17,13 +17,13 @@
|
|||||||
"device_id": "[%key:common::config_flow::data::device%]",
|
"device_id": "[%key:common::config_flow::data::device%]",
|
||||||
"value_template": "[%key:component::template::common::state%]",
|
"value_template": "[%key:component::template::common::state%]",
|
||||||
"name": "[%key:common::config_flow::data::name%]",
|
"name": "[%key:common::config_flow::data::name%]",
|
||||||
"disarm": "Disarm action",
|
"disarm": "Actions on disarm",
|
||||||
"arm_away": "Arm away action",
|
"arm_away": "Actions on arm away",
|
||||||
"arm_custom_bypass": "Arm custom bypass action",
|
"arm_custom_bypass": "Actions on arm custom bypass",
|
||||||
"arm_home": "Arm home action",
|
"arm_home": "Actions on arm home",
|
||||||
"arm_night": "Arm night action",
|
"arm_night": "Actions on arm night",
|
||||||
"arm_vacation": "Arm vacation action",
|
"arm_vacation": "Actions on arm vacation",
|
||||||
"trigger": "Trigger action",
|
"trigger": "Actions on trigger",
|
||||||
"code_arm_required": "Code arm required",
|
"code_arm_required": "Code arm required",
|
||||||
"code_format": "[%key:component::template::common::code_format%]"
|
"code_format": "[%key:component::template::common::code_format%]"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user