{
  "config": {
    "flow_title": "{name}",
    "step": {
      "user": {
        "description": "Set up your WLED to integrate with Home Assistant.",
        "data": {
          "host": "[%key:common::config_flow::data::host%]"
        }
      },
      "zeroconf_confirm": {
        "description": "Do you want to add the WLED named `{name}` to Home Assistant?",
        "title": "Discovered WLED device"
      }
    },
    "error": {
      "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
    },
    "abort": {
      "already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
      "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
    }
  },
  "options": {
    "step": {
      "init": {
        "data": {
          "keep_master_light": "Keep master light, even with 1 LED segment."
        }
      }
    }
  }
}