Replace alarm action descriptions with wording from online docs (#138608)

pull/138517/head
Norbert Rittel 2025-02-15 21:46:00 +01:00 committed by GitHub
parent fdaa640c8e
commit a3eb73cfcc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions

View File

@ -90,7 +90,7 @@
}, },
"alarm_arm_home": { "alarm_arm_home": {
"name": "Arm home", "name": "Arm home",
"description": "Sets the alarm to: _armed, but someone is home_.", "description": "Arms the alarm in the home mode.",
"fields": { "fields": {
"code": { "code": {
"name": "[%key:component::alarm_control_panel::services::alarm_disarm::fields::code::name%]", "name": "[%key:component::alarm_control_panel::services::alarm_disarm::fields::code::name%]",
@ -100,7 +100,7 @@
}, },
"alarm_arm_away": { "alarm_arm_away": {
"name": "Arm away", "name": "Arm away",
"description": "Sets the alarm to: _armed, no one home_.", "description": "Arms the alarm in the away mode.",
"fields": { "fields": {
"code": { "code": {
"name": "[%key:component::alarm_control_panel::services::alarm_disarm::fields::code::name%]", "name": "[%key:component::alarm_control_panel::services::alarm_disarm::fields::code::name%]",
@ -110,7 +110,7 @@
}, },
"alarm_arm_night": { "alarm_arm_night": {
"name": "Arm night", "name": "Arm night",
"description": "Sets the alarm to: _armed for the night_.", "description": "Arms the alarm in the night mode.",
"fields": { "fields": {
"code": { "code": {
"name": "[%key:component::alarm_control_panel::services::alarm_disarm::fields::code::name%]", "name": "[%key:component::alarm_control_panel::services::alarm_disarm::fields::code::name%]",
@ -120,7 +120,7 @@
}, },
"alarm_arm_vacation": { "alarm_arm_vacation": {
"name": "Arm vacation", "name": "Arm vacation",
"description": "Sets the alarm to: _armed for vacation_.", "description": "Arms the alarm in the vacation mode.",
"fields": { "fields": {
"code": { "code": {
"name": "[%key:component::alarm_control_panel::services::alarm_disarm::fields::code::name%]", "name": "[%key:component::alarm_control_panel::services::alarm_disarm::fields::code::name%]",
@ -130,7 +130,7 @@
}, },
"alarm_trigger": { "alarm_trigger": {
"name": "Trigger", "name": "Trigger",
"description": "Trigger the alarm manually.", "description": "Triggers the alarm manually.",
"fields": { "fields": {
"code": { "code": {
"name": "[%key:component::alarm_control_panel::services::alarm_disarm::fields::code::name%]", "name": "[%key:component::alarm_control_panel::services::alarm_disarm::fields::code::name%]",