{ "config": { "abort": { "already_configured": "[%key:common::config_flow::abort::single_instance_allowed%]", "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]" }, "error": { "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]" }, "step": { "user": { "data": { "type": "Connection type" }, "title": "Select connection type" }, "setup_network": { "data": { "host": "[%key:common::config_flow::data::host%]", "port": "[%key:common::config_flow::data::port%]" }, "title": "Select connection address" }, "setup_serial": { "data": { "device": "Select device" }, "title": "[%key:common::config_flow::data::device%]" }, "setup_serial_manual_path": { "data": { "device": "[%key:common::config_flow::data::usb_path%]" }, "title": "[%key:common::config_flow::data::path%]" } } }, "options": { "step": { "prompt_options": { "data": { "debug": "Enable debugging", "automatic_add": "Enable automatic add", "protocols": "Protocols", "event_code": "Enter event code to add", "device": "Select device to configure" }, "title": "Rfxtrx Options" }, "set_device_options": { "data": { "off_delay": "Off delay", "off_delay_enabled": "Enable off delay", "data_bit": "Number of data bits", "command_on": "Data bits value for command on", "command_off": "Data bits value for command off", "venetian_blind_mode": "Venetian blind mode", "replace_device": "Select device to replace" }, "title": "Configure device options" } }, "error": { "already_configured_device": "[%key:common::config_flow::abort::already_configured_device%]", "invalid_event_code": "Invalid event code", "invalid_input_2262_on": "Invalid input for command on", "invalid_input_2262_off": "Invalid input for command off", "invalid_input_off_delay": "Invalid input for off delay", "unknown": "[%key:common::config_flow::error::unknown%]" } }, "device_automation": { "action_type": { "send_status": "Send status update: {subtype}", "send_command": "Send command: {subtype}" }, "trigger_type": { "status": "Received status: {subtype}", "command": "Received command: {subtype}" } }, "entity": { "sensor": { "current_ch_1": { "name": "Current Ch. 1" }, "current_ch_2": { "name": "Current Ch. 2" }, "current_ch_3": { "name": "Current Ch. 3" }, "instantaneous_power": { "name": "Instantaneous power" }, "temperature_2": { "name": "Temperature 2" }, "total_energy_usage": { "name": "Total energy usage" }, "wind_direction": { "name": "Wind direction" }, "sound": { "name": "Sound" }, "sensor_status": { "name": "Sensor status" }, "count": { "name": "Count" }, "counter_value": { "name": "Counter value" }, "chill": { "name": "Chill" }, "wind_average_speed": { "name": "Wind average speed" }, "wind_gust": { "name": "Wind gust" }, "forecast_status": { "name": "Forecast status" }, "forecast": { "name": "Forecast" }, "humidity_status": { "name": "Humidity status" }, "uv_index": { "name": "UV index" } } }, "services": { "send": { "name": "Send", "description": "Sends a raw event on radio.", "fields": { "event": { "name": "Event", "description": "A hexadecimal string to send." } } } } }