112 lines
4.5 KiB
JSON
112 lines
4.5 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"gateway_type": "Gateway type"
|
|
},
|
|
"description": "Choose connection method to the gateway"
|
|
},
|
|
"select_gateway_type": {
|
|
"description": "Select which gateway to configure.",
|
|
"menu_options": {
|
|
"gw_mqtt": "Configure an MQTT gateway",
|
|
"gw_serial": "Configure a serial gateway",
|
|
"gw_tcp": "Configure a TCP gateway"
|
|
}
|
|
},
|
|
"gw_tcp": {
|
|
"description": "Ethernet gateway setup",
|
|
"data": {
|
|
"device": "IP address of the gateway",
|
|
"tcp_port": "port",
|
|
"version": "MySensors version",
|
|
"persistence_file": "persistence file (leave empty to auto-generate)"
|
|
}
|
|
},
|
|
"gw_serial": {
|
|
"description": "Serial gateway setup",
|
|
"data": {
|
|
"device": "Serial port",
|
|
"baud_rate": "baud rate",
|
|
"version": "MySensors version",
|
|
"persistence_file": "persistence file (leave empty to auto-generate)"
|
|
}
|
|
},
|
|
"gw_mqtt": {
|
|
"description": "MQTT gateway setup",
|
|
"data": {
|
|
"retain": "mqtt retain",
|
|
"topic_in_prefix": "prefix for input topics (topic_in_prefix)",
|
|
"topic_out_prefix": "prefix for output topics (topic_out_prefix)",
|
|
"version": "MySensors version",
|
|
"persistence_file": "persistence file (leave empty to auto-generate)"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"invalid_subscribe_topic": "Invalid subscribe topic",
|
|
"invalid_publish_topic": "Invalid publish topic",
|
|
"duplicate_topic": "Topic already in use",
|
|
"same_topic": "Subscribe and publish topics are the same",
|
|
"invalid_port": "Invalid port number",
|
|
"invalid_persistence_file": "Invalid persistence file",
|
|
"duplicate_persistence_file": "Persistence file already in use",
|
|
"invalid_ip": "Invalid IP address",
|
|
"invalid_serial": "Invalid serial port",
|
|
"invalid_device": "Invalid device",
|
|
"invalid_version": "Invalid MySensors version",
|
|
"not_a_number": "Please enter a number",
|
|
"port_out_of_range": "Port number must be at least 1 and at most 65535",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"invalid_subscribe_topic": "Invalid subscribe topic",
|
|
"invalid_publish_topic": "Invalid publish topic",
|
|
"duplicate_topic": "Topic already in use",
|
|
"same_topic": "Subscribe and publish topics are the same",
|
|
"invalid_port": "Invalid port number",
|
|
"invalid_persistence_file": "Invalid persistence file",
|
|
"duplicate_persistence_file": "Persistence file already in use",
|
|
"invalid_ip": "Invalid IP address",
|
|
"invalid_serial": "Invalid serial port",
|
|
"invalid_device": "Invalid device",
|
|
"invalid_version": "Invalid MySensors version",
|
|
"mqtt_required": "The MQTT integration is not set up",
|
|
"not_a_number": "Please enter a number",
|
|
"port_out_of_range": "Port number must be at least 1 and at most 65535",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
}
|
|
},
|
|
"issues": {
|
|
"deprecated_entity": {
|
|
"title": "The {deprecated_entity} entity will be removed",
|
|
"fix_flow": {
|
|
"step": {
|
|
"confirm": {
|
|
"title": "The {deprecated_entity} entity will be removed",
|
|
"description": "Update any automations or scripts that use this entity in service calls using the `{deprecated_service}` service to instead use the `{alternate_service}` service with a target entity ID of `{alternate_target}`."
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"deprecated_service": {
|
|
"title": "The {deprecated_service} service will be removed",
|
|
"fix_flow": {
|
|
"step": {
|
|
"confirm": {
|
|
"title": "The {deprecated_service} service will be removed",
|
|
"description": "Update any automations or scripts that use this service to instead use the `{alternate_service}` service with a target entity ID of `{alternate_target}`."
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|