{
  "config": {
    "step": {
      "user": {
        "title": "Connect to Elk-M1 Control",
        "description": "The address string must be in the form 'address[:port]' for 'secure' and 'non-secure'. Example: '192.168.1.1'. The port is optional and defaults to 2101 for 'non-secure' and 2601 for 'secure'. For the serial protocol, the address must be in the form 'tty[:baud]'. Example: '/dev/ttyS1'. The baud is optional and defaults to 115200.",
        "data": {
          "protocol": "Protocol",
          "address": "The IP address or domain or serial port if connecting via serial.",
          "username": "[%key:common::config_flow::data::username%]",
          "password": "[%key:common::config_flow::data::password%]",
          "prefix": "A unique prefix (leave blank if you only have one ElkM1).",
          "temperature_unit": "The temperature unit ElkM1 uses."
        }
      }
    },
    "error": {
      "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
      "invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
      "unknown": "[%key:common::config_flow::error::unknown%]"
    },
    "abort": {
      "already_configured": "An ElkM1 with this prefix is already configured",
      "address_already_configured": "An ElkM1 with this address is already configured"
    }
  }
}