mirror of https://github.com/home-assistant/core
77 lines
2.4 KiB
JSON
77 lines
2.4 KiB
JSON
{
|
|
"config": {
|
|
"flow_title": "{name}",
|
|
"step": {
|
|
"user": {
|
|
"description": "[%key:component::bluetooth::config::step::user::description%]",
|
|
"data": {
|
|
"address": "[%key:common::config_flow::data::device%]"
|
|
}
|
|
},
|
|
"bluetooth_confirm": {
|
|
"description": "[%key:component::bluetooth::config::step::bluetooth_confirm::description%]"
|
|
},
|
|
"get_encryption_key": {
|
|
"description": "The sensor data broadcast by the sensor is encrypted. In order to decrypt it we need a 32 character hexadecimal bindkey.",
|
|
"data": {
|
|
"bindkey": "Bindkey"
|
|
}
|
|
}
|
|
},
|
|
"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."
|
|
},
|
|
"abort": {
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
|
|
"no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]",
|
|
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
}
|
|
},
|
|
"device_automation": {
|
|
"trigger_subtype": {
|
|
"press": "Press",
|
|
"double_press": "Double Press",
|
|
"triple_press": "Triple Press",
|
|
"long_press": "Long Press",
|
|
"long_double_press": "Long Double Press",
|
|
"long_triple_press": "Long Triple Press",
|
|
"rotate_right": "Rotate Right",
|
|
"rotate_left": "Rotate Left"
|
|
},
|
|
"trigger_type": {
|
|
"button": "Button \"{subtype}\"",
|
|
"dimmer": "Dimmer \"{subtype}\""
|
|
}
|
|
},
|
|
"entity": {
|
|
"event": {
|
|
"button": {
|
|
"state_attributes": {
|
|
"event_type": {
|
|
"state": {
|
|
"press": "Press",
|
|
"double_press": "Double press",
|
|
"triple_press": "Triple press",
|
|
"long_press": "Long press",
|
|
"long_double_press": "Long double press",
|
|
"long_triple_press": "Long triple press"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"dimmer": {
|
|
"state_attributes": {
|
|
"event_type": {
|
|
"state": {
|
|
"rotate_left": "Rotate left",
|
|
"rotate_right": "Rotate right"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|