core/homeassistant/components/switchbot/strings.json

168 lines
5.1 KiB
JSON

{
"config": {
"flow_title": "{name} ({address})",
"step": {
"user": {
"data": {
"address": "Device address"
}
},
"confirm": {
"description": "Do you want to set up {name}?"
},
"password": {
"description": "The {name} device requires a password",
"data": {
"password": "[%key:common::config_flow::data::password%]"
}
},
"lock_key": {
"description": "The {name} device requires encryption key, details on how to obtain it can be found in the documentation.",
"data": {
"key_id": "Key ID",
"encryption_key": "Encryption key"
}
},
"lock_auth": {
"description": "Please provide your SwitchBot app username and password. This data won't be saved and only used to retrieve your locks encryption key. Usernames and passwords are case sensitive.",
"data": {
"username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]"
}
},
"lock_choose_method": {
"description": "A SwitchBot lock can be set up in Home Assistant in two different ways.\n\nYou can enter the key id and encryption key yourself, or Home Assistant can import them from your SwitchBot account.",
"menu_options": {
"lock_auth": "SwitchBot account (recommended)",
"lock_key": "Enter lock encryption key manually"
}
}
},
"error": {
"encryption_key_invalid": "Key ID or Encryption key is invalid",
"auth_failed": "Authentication failed: {error_detail}"
},
"abort": {
"already_configured_device": "[%key:common::config_flow::abort::already_configured_device%]",
"no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]",
"unknown": "[%key:common::config_flow::error::unknown%]",
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"switchbot_unsupported_type": "Unsupported Switchbot Type."
}
},
"options": {
"step": {
"init": {
"data": {
"retry_count": "Retry count"
}
}
}
},
"entity": {
"binary_sensor": {
"calibration": {
"name": "Calibration"
},
"motion": {
"name": "[%key:component::binary_sensor::entity_component::motion::name%]"
},
"door_open": {
"name": "[%key:component::binary_sensor::entity_component::door::name%]"
},
"door_timeout": {
"name": "Timeout"
},
"light": {
"name": "[%key:component::binary_sensor::entity_component::light::name%]"
},
"door_unclosed_alarm": {
"name": "Unclosed alarm"
},
"door_unlocked_alarm": {
"name": "Unlocked alarm"
},
"door_auto_lock_paused": {
"name": "Auto-lock paused"
}
},
"sensor": {
"bluetooth_signal": {
"name": "Bluetooth signal"
},
"wifi_signal": {
"name": "Wi-Fi signal"
},
"battery": {
"name": "[%key:component::sensor::entity_component::battery::name%]"
},
"light_level": {
"name": "Light level"
},
"humidity": {
"name": "[%key:component::sensor::entity_component::humidity::name%]"
},
"temperature": {
"name": "[%key:component::sensor::entity_component::temperature::name%]"
},
"power": {
"name": "[%key:component::sensor::entity_component::power::name%]"
}
},
"cover": {
"cover": {
"state_attributes": {
"last_run_success": {
"state": {
"true": "[%key:component::binary_sensor::entity_component::problem::state::off%]",
"false": "[%key:component::binary_sensor::entity_component::problem::state::on%]"
}
}
}
}
},
"humidifier": {
"humidifier": {
"state_attributes": {
"last_run_success": {
"state": {
"true": "[%key:component::binary_sensor::entity_component::problem::state::off%]",
"false": "[%key:component::binary_sensor::entity_component::problem::state::on%]"
}
}
}
}
},
"lock": {
"lock": {
"state_attributes": {
"last_run_success": {
"state": {
"true": "[%key:component::binary_sensor::entity_component::problem::state::off%]",
"false": "[%key:component::binary_sensor::entity_component::problem::state::on%]"
}
}
}
}
},
"switch": {
"bot": {
"state_attributes": {
"last_run_success": {
"state": {
"true": "[%key:component::binary_sensor::entity_component::problem::state::off%]",
"false": "[%key:component::binary_sensor::entity_component::problem::state::on%]"
}
},
"switch_mode": {
"state": {
"true": "Pull/Retract",
"false": "Momentary"
}
}
}
}
}
}
}