{ "config": { "flow_title": "{name}", "step": { "user": { "title": "ZHA", "data": { "path": "Serial Device Path" }, "description": "Select serial port for Zigbee radio" }, "confirm": { "description": "Do you want to setup {name}?" }, "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%]", "not_zha_device": "This device is not a zha device", "usb_probe_failed": "Failed to probe the usb device" } }, "config_panel": { "zha_options": { "title": "Global Options", "enable_identify_on_join": "Enable identify effect when devices join the network", "default_light_transition": "Default light transition time (seconds)", "consider_unavailable_mains": "Consider mains powered devices unavailable after (seconds)", "consider_unavailable_battery": "Consider battery powered devices unavailable after (seconds)" }, "zha_alarm_options": { "title": "Alarm Control Panel Options", "alarm_master_code": "Master code for the alarm control panel(s)", "alarm_failed_tries": "The number of consecutive failed code entries to trigger an alarm", "alarm_arm_requires_code": "Code required for arming actions" } }, "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" } } }