1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-21 02:18:47 +00:00
Files
2025-10-28 10:33:10 +01:00

141 lines
4.4 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
"no_locations": "No locations are available for this user, check Total Connect settings",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
},
"error": {
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"usercode": "Usercode not valid for this user at this location"
},
"step": {
"locations": {
"data": {
"usercodes": "Usercode"
},
"data_description": {
"usercodes": "The usercode is usually a 4-digit number"
},
"description": "Enter the usercode for this user at location {location_id}",
"title": "Location usercodes"
},
"reauth_confirm": {
"data": {
"password": "[%key:common::config_flow::data::password%]"
},
"data_description": {
"password": "[%key:component::totalconnect::config::step::user::data_description::password%]"
},
"description": "Total Connect needs to re-authenticate your account",
"title": "[%key:common::config_flow::title::reauth%]"
},
"user": {
"data": {
"password": "[%key:common::config_flow::data::password%]",
"username": "[%key:common::config_flow::data::username%]"
},
"data_description": {
"password": "The Total Connect password",
"username": "The Total Connect username"
},
"description": "It is highly recommended to use a 'standard' Total Connect user account with Home Assistant. The account should not have full administrative privileges.",
"title": "Total Connect 2.0 account credentials"
}
}
},
"entity": {
"alarm_control_panel": {
"partition": {
"name": "Partition {partition_id}"
}
},
"binary_sensor": {
"police": {
"name": "Police emergency",
"state": {
"off": "No emergency",
"on": "Police emergency"
}
}
},
"button": {
"bypass": {
"name": "Bypass"
},
"bypass_all": {
"name": "Bypass all"
},
"clear_bypass": {
"name": "Clear bypass"
}
}
},
"exceptions": {
"arm_away_failed": {
"message": "Failed to arm away {device}"
},
"arm_away_instant_failed": {
"message": "Failed to arm away instant {device}"
},
"arm_away_instant_invalid_code": {
"message": "Usercode is invalid, did not arm away instant"
},
"arm_away_invalid_code": {
"message": "Usercode is invalid, did not arm away"
},
"arm_home_failed": {
"message": "Failed to arm home {device}"
},
"arm_home_instant_failed": {
"message": "Failed to arm home instant {device}"
},
"arm_home_instant_invalid_code": {
"message": "Usercode is invalid, did not arm home instant"
},
"arm_home_invalid_code": {
"message": "Usercode is invalid, did not arm home"
},
"arm_night_failed": {
"message": "Failed to arm night {device}"
},
"arm_night_invalid_code": {
"message": "Usercode is invalid, did not arm night"
},
"disarm_failed": {
"message": "Failed to disarm {device}"
},
"disarm_invalid_code": {
"message": "Usercode is invalid, did not disarm"
},
"invalid_pin": {
"message": "Incorrect code entered"
}
},
"options": {
"step": {
"init": {
"data": {
"auto_bypass_low_battery": "Auto bypass low battery",
"code_required": "Require user to enter code for alarm actions"
},
"data_description": {
"auto_bypass_low_battery": "If enabled, Total Connect zones will immediately be bypassed when they report low battery. This option helps because zones tend to report low battery in the middle of the night. The downside of this option is that when the alarm system is armed, the bypassed zone will not be monitored.",
"code_required": "If enabled, you must enter the user code to arm or disarm the alarm"
},
"title": "Total Connect options"
}
}
},
"services": {
"arm_away_instant": {
"description": "Arms away with zero entry delay.",
"name": "Arm away instant"
},
"arm_home_instant": {
"description": "Arms home with zero entry delay.",
"name": "Arm home instant"
}
}
}