83 lines
3.4 KiB
JSON
83 lines
3.4 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "ZHA",
|
|
"data": { "path": "Serial Device Path" },
|
|
"description": "Select serial port for Zigbee radio"
|
|
},
|
|
"pick_radio": {
|
|
"data": { "radio_type": "Radio Type" },
|
|
"title": "Radio Type",
|
|
"description": "Pick a type of your Zigbee radio"
|
|
},
|
|
"port_config": {
|
|
"title": "Settings",
|
|
"description": "Enter port specific settings",
|
|
"data": {
|
|
"path": "Serial device path",
|
|
"baudrate": "port speed",
|
|
"flow_control": "data flow control"
|
|
}
|
|
}
|
|
},
|
|
"error": { "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]" },
|
|
"abort": {
|
|
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]"
|
|
}
|
|
},
|
|
"device_automation": {
|
|
"action_type": { "squawk": "Squawk", "warn": "Warn" },
|
|
"trigger_type": {
|
|
"remote_button_short_press": "\"{subtype}\" button pressed",
|
|
"remote_button_short_release": "\"{subtype}\" button released",
|
|
"remote_button_long_press": "\"{subtype}\" button continuously pressed",
|
|
"remote_button_long_release": "\"{subtype}\" button released after long press",
|
|
"remote_button_double_press": "\"{subtype}\" button double clicked",
|
|
"remote_button_triple_press": "\"{subtype}\" button triple clicked",
|
|
"remote_button_quadruple_press": "\"{subtype}\" button quadruple clicked",
|
|
"remote_button_quintuple_press": "\"{subtype}\" button quintuple clicked",
|
|
"remote_button_alt_short_press": "\"{subtype}\" button pressed (Alternate mode)",
|
|
"remote_button_alt_short_release": "\"{subtype}\" button released (Alternate mode)",
|
|
"remote_button_alt_long_press": "\"{subtype}\" button continuously pressed (Alternate mode)",
|
|
"remote_button_alt_long_release": "\"{subtype}\" button released after long press (Alternate mode)",
|
|
"remote_button_alt_double_press": "\"{subtype}\" button double clicked (Alternate mode)",
|
|
"remote_button_alt_triple_press": "\"{subtype}\" button triple clicked (Alternate mode)",
|
|
"remote_button_alt_quadruple_press": "\"{subtype}\" button quadruple clicked (Alternate mode)",
|
|
"remote_button_alt_quintuple_press": "\"{subtype}\" button quintuple clicked (Alternate mode)",
|
|
"device_rotated": "Device rotated \"{subtype}\"",
|
|
"device_shaken": "Device shaken",
|
|
"device_slid": "Device slid \"{subtype}\"",
|
|
"device_tilted": "Device tilted",
|
|
"device_knocked": "Device knocked \"{subtype}\"",
|
|
"device_dropped": "Device dropped",
|
|
"device_flipped": "Device flipped \"{subtype}\"",
|
|
"device_offline": "Device offline"
|
|
},
|
|
"trigger_subtype": {
|
|
"turn_on": "Turn on",
|
|
"turn_off": "Turn off",
|
|
"dim_up": "Dim up",
|
|
"dim_down": "Dim down",
|
|
"left": "Left",
|
|
"right": "Right",
|
|
"open": "Open",
|
|
"close": "Close",
|
|
"both_buttons": "Both buttons",
|
|
"button_1": "First button",
|
|
"button_2": "Second button",
|
|
"button_3": "Third button",
|
|
"button_4": "Fourth button",
|
|
"button_5": "Fifth button",
|
|
"button_6": "Sixth button",
|
|
"face_any": "With any/specified face(s) activated",
|
|
"face_1": "with face 1 activated",
|
|
"face_2": "with face 2 activated",
|
|
"face_3": "with face 3 activated",
|
|
"face_4": "with face 4 activated",
|
|
"face_5": "with face 5 activated",
|
|
"face_6": "with face 6 activated"
|
|
}
|
|
}
|
|
}
|