1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-15 07:36:16 +00:00
Files
core/homeassistant/components/bthome/strings.json
2025-10-28 10:33:10 +01:00

79 lines
2.4 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
"no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
},
"error": {
"decryption_failed": "The provided bindkey did not work, sensor data could not be decrypted. Please check it and try again.",
"expected_32_characters": "Expected a 32 character hexadecimal bindkey."
},
"flow_title": "{name}",
"step": {
"bluetooth_confirm": {
"description": "[%key:component::bluetooth::config::step::bluetooth_confirm::description%]"
},
"get_encryption_key": {
"data": {
"bindkey": "Bindkey"
},
"description": "The sensor data broadcast by the sensor is encrypted. In order to decrypt it we need a 32 character hexadecimal bindkey."
},
"user": {
"data": {
"address": "[%key:common::config_flow::data::device%]"
},
"description": "[%key:component::bluetooth::config::step::user::description%]"
}
}
},
"device_automation": {
"trigger_subtype": {
"double_press": "Double Press",
"hold_press": "Hold Press",
"long_double_press": "Long Double Press",
"long_press": "Long Press",
"long_triple_press": "Long Triple Press",
"press": "Press",
"rotate_left": "Rotate Left",
"rotate_right": "Rotate Right",
"triple_press": "Triple Press"
},
"trigger_type": {
"button": "Button \"{subtype}\"",
"dimmer": "Dimmer \"{subtype}\""
}
},
"entity": {
"event": {
"button": {
"state_attributes": {
"event_type": {
"state": {
"double_press": "Double press",
"hold_press": "Hold press",
"long_double_press": "Long double press",
"long_press": "Long press",
"long_triple_press": "Long triple press",
"press": "Press",
"triple_press": "Triple press"
}
}
}
},
"dimmer": {
"state_attributes": {
"event_type": {
"state": {
"rotate_left": "Rotate left",
"rotate_right": "Rotate right"
}
}
}
}
}
}
}